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
After rails g graphql:install, accessing the view raises this in development:
Started GET "/graphiql" for 172.19.0.1 at 2020-01-19 01:45:59 +0000
Processing by GraphiQL::Rails::EditorsController#show as HTML
Parameters: {"graphql_path"=>"/graphql"}
Rendering /usr/local/bundle/gems/graphiql-rails-1.7.0views/graphiql/rails/editors/show.html.erb
Rendered /usr/local/bundle/gems/graphiql-rails-1.7.0views/graphiql/rails/editors/show.html.erb (Duration: 171.3ms | Allocations: 4865)
Completed 500 Internal Server Error in 211ms (ActiveRecord: 0.0ms | Allocations: 6087)
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?
The text was updated successfully, but these errors were encountered:
@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?
The text was updated successfully, but these errors were encountered: