I want to create a flask web app and I have created some templates for front-end and when I run flask from shell, it is running but it doesn’t show any webview. I don’t know what is the issue here, can someone help me?
Here’s my app.py code:
Are you running app.py
? You need to make sure the entrypoint is python3 app.py
in .replit
3 Likes
I’ve also been experiencing the webview not showing up for certain projects. If you check in your account settings that the region is North America, then that might help while the Asia servers are under maintenance. If that works for you, then my problem is different than yours.
1 Like