graphql-ide
graphql-ide copied to clipboard
Always Initializing
Hey guys i've opened the graphql ide and it is always initializing what should i do ?
open /Users/<your-user>/Library/Application\ Support/graphql-ide
and remove content inside
i want find related graphql file, then, remove they,last, no problem,i hope to help you.
I trying to use this in Linux and have the same problem. Anyone know the equivalent path in linux?
I'm having the same problem on Linux. Any solutions?
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\
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
Same issue on Mac! :(