-
Notifications
You must be signed in to change notification settings - Fork 41
Corrupted session state #38
Comments
Docker logs:
|
SolutionIn my case, the primary issue was with secure cookies. I figured this out because the default value is false when running locally (which worked for me), but true when using the Docker image. There was also a secondary issue due to the Mongo version not being pinned (see my response on #37). Steps To Recreate (Abridged)Configure Google API, setup credentials as specified in the README, then create a
Start Mongo:
Start Gaps:
Step To Fix 🎉I created a new Docker image that makes secure cookies configurable (see commit). To get things to work, add
|
Steps to Recreate
docker-compose.yml
to look like:docker-compose up
Browsers
The text was updated successfully, but these errors were encountered: