DEV Community

Discussion on: Python IDEs - Replit vs VSCode

 
vulcanwm profile image
Medea

I spent about an hour trying to get my Flask app on Vercel and it kept on showing me this error: vulcanwm.vercel.app/
I might just go back to Heroku.

Thread Thread
 
victorio profile image
Vic

I cannot see the error, probably cuz I have no permission in the Vercel App, if you want you can send the logs so I can help you.

Thread Thread
 
vulcanwm profile image
Medea

It’s the 404 not found error here:
vercel.com/docs/concepts/edge-netw...

Thread Thread
 
victorio profile image
Vic

Maybe it's a routing error, check the logs in vulcanwm.vercel.app/_logs

Thread Thread
 
vulcanwm profile image
Medea

i might just go back to heroku lmao

Thread Thread
 
victorio profile image
Vic

I also recommend you render.com

Thread Thread
 
vulcanwm profile image
Medea

I'll try it out, thanks!