Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove NEXT_PUBLIC_ variables #492

Open
PabloCastellano opened this issue Aug 6, 2024 · 0 comments
Open

Remove NEXT_PUBLIC_ variables #492

PabloCastellano opened this issue Aug 6, 2024 · 0 comments
Assignees
Labels

Comments

@PabloCastellano
Copy link
Member

The following variables are used during build time by the Next.js framework and don't take effect during runtime:

  • NEXT_PUBLIC_NETWORK_NAME (simply remove as we already have NETWORK_NAME)
  • NEXT_PUBLIC_EXPLORER_BASE_URL
  • NEXT_PUBLIC_BEACON_BASE_URL
  • NEXT_PUBLIC_VERSION
  • NEXT_PUBLIC_SUPPORTED_NETWORKS
  • NEXT_PUBLIC_VERCEL_ANALYTICS_ENABLED
  • NEXT_PUBLIC_SENTRY_DSN_WEB

These should be renamed without the NEXT_PUBLIC_ prefix and defined in the backend so that they can be customized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants