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
Hi! Thank you for this tool. I'm having a little problem trying to make it work.
It isn't rendering the GraphiQL component, it's only showing "loading".
I made the changes from #1 and #3 which were a problem with my python version.
I'm using the read the docs theme for sphinx which is properly configured.
Changed correctly the head of the theme template which is being correctly rendered. (using the dev tools I can see that everything is fine, including the js and css files.
I changed the url of react because it was looking in my local (just added https://)
Downloaded thet js and css files because rawgit is no longer working
Another thing. I set the GRAPHIQL_DEFAULT_ENDPOINT as a env variable in my conf.py, I couldn't see it in the HTML elements. I tried hardcoding the endpoint too directly in the template and it showed up in the code but it didn't rendered the component though
Hi! Thank you for this tool. I'm having a little problem trying to make it work.
It isn't rendering the GraphiQL component, it's only showing "loading".
I'm using:
Django 2.2.4
Python 3.7.3
Sphinx 2.1.2
sphinx-rtd-theme 0.4.3
The text was updated successfully, but these errors were encountered: