graphql-ide icon indicating copy to clipboard operation
graphql-ide copied to clipboard

Always Initializing

Open MasterMind92 opened this issue 7 years ago • 7 comments

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

MasterMind92 avatar Feb 10 '18 16:02 MasterMind92

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

fernandes avatar Feb 28 '18 00:02 fernandes

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

247521776 avatar Mar 08 '18 08:03 247521776

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

henriqueschuster avatar Oct 02 '18 18:10 henriqueschuster

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

nigawtester avatar Feb 14 '19 14:02 nigawtester

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\

jebricker avatar Jun 12 '19 18:06 jebricker

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

pikaciu22x avatar Jun 15 '19 18:06 pikaciu22x

Same issue on Mac! :(

thephucit avatar Dec 11 '19 03:12 thephucit