Propagation time?
Hey if you remember I have hosted a flask app before I had asked for help one of my routes was not working now when i deleted all the project and re-uploaded the same project now all the three routes are not working does it take time for the app to propagate in your system?
Solution:Jump to solution
so far you told me that pdf files are not being downloaded, im sorry but that doesnt help too much, you need to add verbose logging to your code to find out what is going wrong and where
12 Replies
Project ID:
N/A
N/A
can you define "not working" please
Like the routes are accessible but each of these routes does some work in python and download the files. It is not downloading
what files?
from where?
please include as much information as possible
If you remember 2 days back I had the same problem but then 2/3 routes where working. The same code I re-uploaded after deleting the project now 0/3 routes are working 😭
are there any errors?
Pdf files
Yeah there are no errors in deployment logs
It works fine in local machine
then my answer is still going to be the same, you need better logging
The files I'm getting is from an external source
you are leaving out a substantial amount of information here
Solution
so far you told me that pdf files are not being downloaded, im sorry but that doesnt help too much, you need to add verbose logging to your code to find out what is going wrong and where