rmosolgo / graphiql-rails

Mount the GraphiQL query editor in a Rails app
MIT License
447 stars 135 forks source link

Version 1.4.6 show's loading on graphiql_path #34

Closed 0sc closed 6 years ago

0sc commented 6 years ago

Loading... screen when visiting graphiql_path

screen shot 2017-10-31 at 4 24 26 pm

To reproduce, run

then visit localhost:3000/graphiql

rmosolgo commented 6 years ago

Thanks for the great bug report! I found the bug, see #35. I've pushed a new version (1.4.7) to RubyGems, could you give it a try?

0sc commented 6 years ago

Cool @rmosolgo, v1.4.7 fixes it. Thanks for the quick turn around.

Closing this now

kalicki commented 6 years ago

Hi @rmosolgo I have this same problem in the version graphiql-rails 1.4.9

screen_bug

kalicki commented 6 years ago

I tried the 1.4.7 version, which by the comments could resolve, but not. Any ideas?

jeperkins4 commented 6 years ago

I was having a similar issue between development and staging environments. The fix for me was to change the settings in config/environments/staging.rb...

config.assets.compress = false