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

How could I set the node version in the runConfig? Firebase app hosting #417

Open
2 of 6 tasks
lucasoz opened this issue May 25, 2024 · 0 comments
Open
2 of 6 tasks
Labels
kind/bug Something isn't working

Comments

@lucasoz
Copy link

lucasoz commented May 25, 2024

Describe the bug

I'm trying to deploy in firebase app hosting. My project is using "next": "^13.4.7" and in the package json I have "engines": { "node": 18" }, I can see in the build details that the project has been building with node 18
Step #2: Installing Node.js v18.20.3.

The problem is that my code is not compatible with other version then I'm getting Internal Server Error when I enter to any route.

I thing that the google cloud run machine is running with node 22

Additional context
How are you using GCP buildpacks?

  • pack and the gcr.io/buildpacks/builder
  • Cloud Functions
  • Cloud Run
  • Cloud Build
  • App Engine Standard
  • App Engine Flex

What language is your project primarily written in?
next js, node js, react

@lucasoz lucasoz added the kind/bug Something isn't working label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant