You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a custom 404 page that renders FullPageResource
let the client fetch the resource again
Have a rebuild button in Browser UI
At the Site resource, for example, we add a link to the WebHook which the content editor can click after making some changes.
Even better: if the user has made a new resource somewhere in the children of a Site, show a persistent notification that lets the user click to rebuild.
The text was updated successfully, but these errors were encountered:
Steps to replicate
Why this happens
Sveltekit doesn't do hydration on 404 pages.
Solutions
Use a custom 404 page that renders
FullPageResource
Have a
rebuild
button in Browser UISite
resource, for example, we add a link to the WebHook which the content editor can click after making some changes.Site
, show a persistent notification that lets the user click to rebuild.The text was updated successfully, but these errors were encountered: