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
I am finding that when the deployed version has been updated, the server function endpoints change and the client starts generating errors (I think because it is still trying to access the old end points). This requires force reloading the client (e.g. shift click the reload button in Firefox IIRC). IIRC just clicking reload doesn't work.
Because everything is in the client, we are not downloading html pages with the correct references. And in any case it looks like the wasm is linked to directly without any hashing in the filename:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am finding that when the deployed version has been updated, the server function endpoints change and the client starts generating errors (I think because it is still trying to access the old end points). This requires force reloading the client (e.g. shift click the reload button in Firefox IIRC). IIRC just clicking reload doesn't work.
Because everything is in the client, we are not downloading html pages with the correct references. And in any case it looks like the wasm is linked to directly without any hashing in the filename:
Which is OK for me, not OK if I want to deploy websites that others will use.
Is there any better way of handling this?
I don't think there is anything I missed in the docs on this, but I might have missed something.
Beta Was this translation helpful? Give feedback.
All reactions