Forums

Reloading web app in editor page

I used to easily reload my web app in the code editor by clicking a "Reload" button on the top right, right next to the "Save" button. Now that button is called "Save & Run" and it launches a console in a popup window.

I made 2 changes a few weeks back: a) upgraded from free to a paid plan and b) deleted my old web site and rebuilt it with a custom domain.

I assume b) caused the change. In any case, can I get my "Reload" button back? As of now, the only way to implement changes to my code is the big green button back on the "Web" tab of my dashboard. "Save & Run" doesn't do the trick. If it matters, I am running a Flask app on Python 2.7.

Thanks.

It looks like you somehow broke the connection between the web app and tthe directory it's in. I have restored it so it should work now.