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

Error deploying to Vercel #39

Open
cjgdev opened this issue Dec 30, 2023 · 1 comment
Open

Error deploying to Vercel #39

cjgdev opened this issue Dec 30, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@cjgdev
Copy link

cjgdev commented Dec 30, 2023

Frameworks(s) affected: NextJS

Description

Deploying to Vercel seems to succeed, but accessing the page in a browser results in an error. The server logs display the following.

[Error: ENOENT: no such file or directory, open './src/translations/en.json'] { errno: -2, code: 'ENOENT', syscall: 'open', path: './src/translations/en.json' }

How to reproduce

Follow the steps to bootstrap a new application, add the project in Vercel, set the subdirectory to ‘application’, copy env vars into Environment, deploy.

@cjgdev cjgdev added the bug Something isn't working label Dec 30, 2023
@dhairyadwivedi
Copy link
Contributor

Hi, the boilerplate requires a persistent backend storage to run https://vercel.com/docs/storage/vercel-kv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants