Troubleshooting
Below is a list of the most common issues people write in about. We hope you don't run into any of these, but in the off chance you do, we hope this helps!
Blank white screen
Issue
There are a few symptoms of the same issue:
- When I start PopSQL, I just get a blank white screen
- I'm trying to connect to my database, but when I click
Connect
orSave
, I get an error sayingCannot read property 'disabledFeatures' of undefined
. - When I try signing into PopSQL, I get an error saying
Sorry, that link has expired
Resolution
This usually means something is wrong with your configuration file at ~/.popsql.json
. Try Help > Troubleshooting > Open Configuration File
. Try setting the contents of that file to this and then restarting PopSQL:
{
"servers": []
}
If you're on Linux/Ubuntu and seeing a blank screen, you may not have libgnome-keyring0
. You can install it like this:
sudo apt install libgnome-keyring0
And then restart PopSQL.
Schema won't load
Issue
I connected to my database and I'm able to run queries, but when I click the Schema tab in the top left, I can't see my schema (eg tables, columns, etc). My autocomplete won't work either.
Resolution
- Ensure you're not filtering your schema

- Try clicking the
Refresh Schema
button

- Try clearing your PopSQL cache by clicking
Help > Troubleshooting > Clear Cache and Restart
Updated 12 months ago