-
Notifications
You must be signed in to change notification settings - Fork 68
Troubleshooting Guide
Nite edited this page May 13, 2023
·
6 revisions
This guide lists all known issues and their solutions. If you're encountering errors or unexpected behavior, follow this guide. If it doesn't resolve your problem, feel free to create a new Issue and we'll be happy to assist you.
- Always make sure that you are using the newest release of seekr!
Description:
- The plugin you just installed doesnt work (either nothing happens, or you get an error).
Solution:
- At the moment, only Linux, MacOS and FreeBSD are supported.
- If you use Windows, plugins wont be available to you for now.
Description:
- Everything is white and there are no shadows.
- After updating to a newer seekr version, its possible that one of two things might have happened:
- There has been a change to the theme loading system
- Your theme has been renamed or is not in the themes folder
Solution:
- Navigate to the chrome dev tools (CTRL+SHIFT+I).
- In the top navigation bar, click "Application".
- Under "Storage" select "Local Storage" and then there should be an element in there called something like "http://localhost:8569/".
- On the right table, you can see a key and value pair of "theme" and the name of your theme.
- Right click on that and select "Delete"
- Refresh the page
Description:
- When using firefox all scroll-bars dont have any neomorphic css applied.
Solution:
- Use a chromium-based browser.