I have a hosted flask script . Every time I call that script from my phone application . I need to reload it here even if I make no changes why?
I have a hosted flask script . Every time I call that script from my phone application . I need to reload it here even if I make no changes why?
Hmm that doesn't make a lot of sense (you shouldn't have to do that). Do you know why you need to reload it? Is there some sort of error otherwise?
I have a login and signup script in flask .. when i try to login from my device it shows error ..login fail when i reload it again start working
hmm here's a hypothesis- try say just navigating to the front page or something before trying to login.