You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The home page now is a Flask app. As this is a mostly static page it is better to replace with simple HTML and an HTTP server like nginx.
The Flask app introduces quite some complications like static pages and files like robots.txt not found.