Run on google cloud?
So, My schools wifi somehow doesn’t support V2 connection to a code space so I can’t run “npm install” and “npm run start” but I can access google cloud codespace. I am having issues with making the port public like how you would in the GitHub codespace. I believe that’s the issue because it gives me a “RangeError: Status must be between 200 and 599.” If someone knows what I could do to successfully run on cloud that would be great!:) Side note: I am running the free trial with 300$ in credits so limited access shouldn’t be a issue.
try with vercel, heroku, koyeb if don't supported Google cloud
maybe will be working
To run on google cloud use cloud run and deploy the docker container.