Does anyone know the reason for this error which came when I tried to upload my Viber bot to Heroku ?
No default language could be detected for this app.
I couldn’t find it in the given link also.
What should I do ?
Does anyone know the reason for this error which came when I tried to upload my Viber bot to Heroku ?
No default language could be detected for this app.
I couldn’t find it in the given link also.
What should I do ?
Add file runtime.txt
with following content, which stands for Python version you use and Heroku supports:
3.7.12