You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
It seems there are some setup instructions missing?
I get this when trying to start the app:
The text was updated successfully, but these errors were encountered: