Hi, I have a python app hosted on your platform that is a telegram bot using Flask and pyTelegramBotAPI.
I have just uploaded a new version of my app to the platform after testing it locally and everything was working perfectly fine. Now not only the bot is not answering anymore, but the error logs file seems to remain completely empty.
I tried adding some print statements at the very beginning of the script, but nothing shows up in the server logs either. I also tried adding code that would trigger the interpreter to throw an exception, but nothing shows up still. At first I thought it might be due to the fact that being a free tier account, it requires longer to show in the logs, but it has been at least 1 hour since this happened and stil the error log is completely empty.
I don't know what else to do, any help is very much appreciated!