You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting many IsADirectoryError: [Errno 21] Is a directory: '/opt/service/plot_app/../config_user.ini' in my docker logs when I build the site using ./init-letsencrypt.sh.
The app works locally and even when hosted using docker-compose up, so why would there be errors now? Has anyone come across this?
When accessing the site in the browser, I get the blank "500 Internal Server Error / nginx/1.23.4" page after logging in.
Thanks
The text was updated successfully, but these errors were encountered:
Deployment is successful if I don't read config_user.ini by commenting out lines 16 and 17 in plot_app/config.py. I am also not sure what "add app/config_user.ini with respective stages." means in the readme.
Hello,
I am getting many
IsADirectoryError: [Errno 21] Is a directory: '/opt/service/plot_app/../config_user.ini'
in my docker logs when I build the site using./init-letsencrypt.sh
.The app works locally and even when hosted using
docker-compose up
, so why would there be errors now? Has anyone come across this?When accessing the site in the browser, I get the blank "500 Internal Server Error / nginx/1.23.4" page after logging in.
Thanks
The text was updated successfully, but these errors were encountered: