Interstellar icon indicating copy to clipboard operation
Interstellar copied to clipboard

Run on google cloud?

Open adrianSore opened this issue 11 months ago • 3 comments

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.

adrianSore avatar Jan 24 '25 16:01 adrianSore

try with vercel, heroku, koyeb if don't supported Google cloud

Aytemi avatar Mar 16 '25 17:03 Aytemi

maybe will be working

Aytemi avatar Mar 16 '25 17:03 Aytemi

To run on google cloud use cloud run and deploy the docker container.

MrRyanPerson avatar Apr 21 '25 18:04 MrRyanPerson