surrealdb / surrealist

Surrealist is the ultimate way to visually manage your SurrealDB database
https://surrealist.app/
MIT License
1.06k stars 81 forks source link

[Windows] Out of Memory when opening the application #189

Closed Bechma closed 5 months ago

Bechma commented 5 months ago

Describe the bug I tried to run the application

To Reproduce Steps to reproduce the behavior:

  1. Download and install latest version of Surrealist (1.11.6)
  2. Open it
  3. Wait in a white screen and application crashed:

image

Expected behavior It should open it without issues(it was a fresh install)

Environment (you can view the current version under Settings):

Bechma commented 5 months ago

I don't know what happened, but I manage to find a file in

Get-Item $env:APPDATA/surrealist.json

So removing that json file in the Roaming folder, fixed the issue.

rm $env:APPDATA/surrealist.json