-
Notifications
You must be signed in to change notification settings - Fork 68
Troubleshooting Guide
Nite edited this page Feb 4, 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 the issue, create a new Issue and we'll assist you.
- Always make sure that you are using the newest release of seekr!
Description:
- An API call is made, for example during saving, which triggers the page to refresh.
- Using third-party live-server tools, such as the "Live Server" extension for VSCode, can cause an infinite loop of page refresh after an API call.
Solution:
- Use the official live-server of Seekr (http://127.0.0.1:5050) instead of third-party tools.