-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after migrating data to MongoDB #304
Comments
Looks like its in relationship to this issue, when changed database to production Mongodb URL has this prefixed: |
@talkaboutdesign its this issue that's causing it to fail |
I think this has been solved by #297, right? |
Assuming this was fixed. If there is a problem with the latest version, please open a new issue. Thanks. |
I deployed Parse server on Heroku. Everything worked great when database was blank, I even tried creating , updating, and fetching objects from it to test. Worked amazing.
I started migration process from Parse, and now I am in the stage where I would like to verify that data is working. I haven't pressed finish migration on Parse.com. Want to test my own parse server first.
Data is in the DB. Everything looks good. When I try to fetch objects from it I get this error in Xcode:
Heroku Logs show this:
I checked my Mongo URI and it looks good. Not sure what the issue is.
The text was updated successfully, but these errors were encountered: