I successfully had the app started by running bin/container-setup
but I received a message that things were not configured correctly.
https://docs.forem.com/installation/containers/#running-forem-with-docker-via-docker-compose
I assumed this was GitHub API keys so I stopped the app and loaded the keys and then ran docker-compose up
. The app came up and when I went to login via Github
I receive this message when clicking continue.
I am also reading through to try and understand how to setup the admin config as well. But I don't know rails at all, so I am not sure how to use rails console within the container.
https://docs.forem.com/backend/resource-admin/#what-is-the-resource-admin-panel?
Top comments (1)
Hmmmm It's definitely the
422
on thePATCH
that is causing the problem.The other console errors are related to not having pusher set up locally, which shouldn't matter.
So I'd say we'd need to investigate why the
422
was being thrown.