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

Invalid environment variables #47

Open
piotrblasiak opened this issue Nov 27, 2024 · 0 comments
Open

Invalid environment variables #47

piotrblasiak opened this issue Nov 27, 2024 · 0 comments

Comments

@piotrblasiak
Copy link

It seems there are some setup instructions missing?

I get this when trying to start the app:

% npm run dev

> [email protected] dev
> next dev

  ▲ Next.js 14.2.13
  - Local:        http://localhost:3000

 ✓ Starting...
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry

 ✓ Ready in 1616ms
 ✓ Compiled /src/middleware in 191ms (74 modules)
❌ Invalid environment variables: {
  POSTGRES_CONNECTION_STRING: [ 'Required' ],
  NEXT_PUBLIC_APP_NAME: [ 'Required' ],
  NEXT_PUBLIC_APP_URI: [ 'Required' ],
  VERIFIER_API_URL: [ 'Required' ],
  ISSUER_API_URL: [ 'Required' ],
  KEYSTORE_FILE: [ 'Required' ],
  KEYSTORE_PASS: [ 'Required' ],
  KEYSTORE_ALIAS: [ 'Required' ]
}
Invalid environment variables
<w> [webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: Unable to snapshot resolve dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant