onlook
onlook copied to clipboard
[bug] Endless reloading
When opening the App, it reloads endlessly. It renders the base layout, but then refreshes.
I can't find any logs in the integrated terminal.
Our project is behind a keycloak login. Authentification seems to work fine.
We use:
- "react": "18.3.1",
- "react-router": "6.29.0",
- "react-router-dom": "6.29.0",
- "keycloak-js": "25.0.6",
- "zustand": "4.5.6"
For global state, we use:
- "zustand": "4.5.6"
With middleware to persist our store in local storage. Maybe the problem lies within rehydration?
Some state information are shortly visible as params in the url. Maybe from keycloak. This could lead to rerouting.
OS: Windows (Remote Desktop), Latest Onlook Version (downloaded 1h ago)
Kind regards!