-
Notifications
You must be signed in to change notification settings - Fork 68
Troubleshooting Guide
Nite edited this page Feb 4, 2023
·
6 revisions
This contains all known issues and their fixes.
If you are experiencing any errors or unexpected behavior, follow this guide. In case this doesnt help you, just create an Issue and we will try to help!
Description:
- When for example saving, an API call is made, which afterwards refreshes the page.
- Using the live-server from something like the "Live Server" extension for VSCode, automatically refreshes after an API call, therfore infinitely refreshing the page in a loop
Solution:
- Use the official live-server of seekr (http://127.0.0.1:5050), instead of other third-party addons, etc.