Thanks @KAlexK. I’m nervous about sharing the full Repl but I’ll put a smaller one here. It’s not even starting, but in the console it says the program is running - essentially it’s just not loading the webpage.
Here’s a link to a repl that is basially the exact same minus functions, here’s what happens when I try to run it.
To run your Flask application, you use debug mode. The debug mode does not work in Replit, so it does not need to be enabled when the application is launched.
I’m not understanding? I removed Debug mode from my code and it is still not loading unless I deploy the project. Why won’t it let me run the code locally on the virtual machine?
I forked your Repl to see if it runs at all, but I’m not able to get it to output a website. Is there any extra configuration required for it to run such as missing environment variables?
Hey Shane, this is the main problem I’m looking for help with. For whatever reason, running the project doesn’t show the output. I need to fully deploy via Replit deployments to see what the project looks like which isn’t viable for debugging and iterating on my code.
Oddly enough, when I remove debug=True from the app.run statement in a fork of your Repl, it loads just fine. Could you try forking your Repl and removing debug=True and seeing if that fixes your issue?