Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always Initializing #36

Open
MasterMind92 opened this issue Feb 10, 2018 · 7 comments
Open

Always Initializing #36

MasterMind92 opened this issue Feb 10, 2018 · 7 comments

Comments

@MasterMind92
Copy link

Hey guys i've opened the graphql ide and it is always initializing what should i do ?

@fernandes
Copy link

open /Users/<your-user>/Library/Application\ Support/graphql-ide and remove content inside

@247521776
Copy link

i want find related graphql file, then, remove they,last, no problem,i hope to help you.

@henriqueschuster
Copy link

I trying to use this in Linux and have the same problem.
Anyone know the equivalent path in linux?

@nigawtester
Copy link

I'm having the same problem on Linux. Any solutions?

@jebricker
Copy link

jebricker commented Jun 12, 2019

Having the same problem after a Windows Build.

I am guessing that there is a file in C:\Users<your name>\AppData\Roaming\GraphQL-IDE\

@pikaciu22x
Copy link

pikaciu22x commented Jun 15, 2019

I had this issue on linux.

The fix i've found is simple. Add webPreferences: { nodeIntegration: true } in main.js createWindow function within creation of new BrowserWidnow:
mainWindow = new BrowserWindow({ width: 1400, height: 800, titleBarStyle: 'hidden-inset', webPreferences: { nodeIntegration: true } })

more info: https://stackoverflow.com/a/55908510

@thephucit
Copy link

Same issue on Mac! :(

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

No branches or pull requests

8 participants