ljfds
ljfds
Thanks @chrismaddalena I looked into this based on your suggestions, but not sure where to go next. When having `x-hasura-admin-secret` set, everything works fine in the hasura console (as per...
Thanks, I followed the instructions (with some changes for the linux cli / allowhost setting): ``` root@ghostwriter:~/Ghostwriter# ./ghostwriter-cli-linux config allowhost nginx [+] Configuration successfully updated. Bring containers down and up...
The error seems more to do with the request than the host endpoint: ``` oot@ghostwriter:~/Ghostwriter# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES d838947207b4 ghostwriter_production_graphql "docker-entrypoint.s…" 7 minutes...
``` root@ghostwriter:~/Ghostwriter# ./ghostwriter-cli-linux config get DJANGO_ALLOWED_HOSTS [+] Getting configuration values: Setting Value ––––––– ––––––– DJANGO_ALLOWED_HOSTS localhost 127.0.0.1 172.20.0.5 django host.docker.internal ghostwriter.local * nginx ``` I also added the wildcard earlier...
Thanks @chrismaddalena for the help once again. I followed your steps above, and verified your assumption about the logs (i.e., without `-k` there is nothing in the log output). I...