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
{{ message }}
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.
The mongo part of my site.yaml is stupidly simple:
db:
# Which database name to use.
database: test
# URL to connect to your MongoDB instance (where all state is
# persisted). Note that Gaps stores some interesting state, such as
# people's filter configuration and group categorization.
mongodb_url: mongodb://localhost:27017
And the database contains actual data... I did a mongodump of our working Gaps install and mongorestored it in an attempt to fix this issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm concerned about posting an issue here because it doesn't seem anyone is paying any attention.
Regardless, I've been trying to set up a Gaps server and I get an internal server error. The log looks like this:
My gems look like:
The mongo part of my
site.yaml
is stupidly simple:And the database contains actual data... I did a
mongodump
of our working Gaps install andmongorestore
d it in an attempt to fix this issue.The text was updated successfully, but these errors were encountered: