Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Upgrading to the latest ROS #54

Closed
howdyhyber opened this issue Jun 11, 2018 · 3 comments
Closed

Upgrading to the latest ROS #54

howdyhyber opened this issue Jun 11, 2018 · 3 comments

Comments

@howdyhyber
Copy link

howdyhyber commented Jun 11, 2018

I updated my ROS today and this is what happened.

Detected an unhandled promise rejection at: Promise {
0|npm | TypeError: next is not a function
0|npm | at /home/ubuntu/xeleqt-realm-object-server/node_modules/apollo-server-express/dist/expressApollo.js:25:24
0|npm | at } , reason: TypeError: next is not a function
0|npm | at /home/ubuntu/xeleqt-realm-object-server/node_modules/apollo-server-express/dist/expressApollo.js:25:24
0|npm | at

I cant query in GraphQL. It keeps on logging the same error everything i try to access GraphQL explore . These are the version of the packages i used:
realm-graphql-service : 2.5.0
realm-object-server : 3.6.6

@nirinchev
Copy link
Member

I imagine this has happened because ROS couldn't boot up properly. What are the logs when ROS starts?

@howdyhyber
Copy link
Author

i think the one causing it is the updated version of realm-graphql-service, because when i downgraded the realm-graphql-service to 2.4.0, it works perfectly fine. I will try to comment the previous log, ill try to find it.

@nirinchev
Copy link
Member

Okay, I've found the problem - it's related to types starting with underscores. We'll fix it and release a new version shortly. In the meantime, you can downgrade to 2.4.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants