I created my app based on Python 3.10. When I did my first app deploy, the server was running python 3.10. But since last week, server abruptly change it to version 3.9. Now, my app is crashing and I can’t change the python version on advanced configuration because it just does not appears.
Some ideas how to handle it?
Hi @igorvinicius.rt
Thanks for your question. Could you share with us your error message that was encountered and perhaps a link to the app’s GitHub repo.
Best regards,
Chanin
In the short time, you might also just delete the app and re-create it with python 3.10 specified.
Thanks, blackary. I will try your solution.
You can do it under advanced settings when you create the app