Closed kurko closed 4 years ago
Nvm. It was a problem with another gem (xray). Removing that fixed the issue. Then I faced https://github.com/rmosolgo/graphiql-rails/issues/75, but fixed it.
@kurko Hey, I got this same issue but I don't have any X-ray gem installed. Do you know what the specific cause of the issue was
@jesster2k10 it was just xray, really. I removed it and things worked. Have you checked your Gemfile.lock? This was a brand new project I was experimenting with.
After
rails g graphql:install
, accessing the view raises this indevelopment
:I'm having a hard time figuring out the stack trace. Will post back when I get to it.
Any ideas in the mean time?