Question
Dokku commands return "Access Denied" message: /home/dokku/.basher/bash: main: command not found Access denied
When running dokku commands, I am returned with an access denied message:
/home/dokku/.basher/bash: main: command not found
Access denied
It happens with the following commands:
dokku run app_name rails c
dokku logs app_name -t
What causes Dokku to return Access Denied and how to approach debugging this?
THANKS for any help!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×