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
in production changes to the theme are either not properly persisted, or not used/loaded during ssr. This results in the colorscheme dropdown and hue slider resetting on reload
The text was updated successfully, but these errors were encountered:
alright most of this seems to be solved. pretty sure the root cause was the prerendering of the routes.
only issue still remains is that the sessions are now lost on re-deployments of the app.
I can either:
persist server sessions to something outside of the app (perhaps this is a task for dapr)
make the server stateless again. this is preferable I think, but at that point there really is no reason for solidStart with ssr anymore. not until I create some server only stuff again in the future
in production changes to the theme are either not properly persisted, or not used/loaded during ssr. This results in the colorscheme dropdown and hue slider resetting on reload
The text was updated successfully, but these errors were encountered: