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
We were previously using SSR and recently adopted viteSSG.
In the service, the iframe sends parent.location.replace and only replaces the inside of the DOM.
After introducing viteSSG, it doesn't work the way it used to, and now it renders the entire page anew.
This might not be the problem. It could simply be that I'm not understanding the behavior correctly. But when I read the documentation, I couldn't find a solution to this, and I need your help in this regard.
Reproduction
It only needs to replace the DOM inside the page, but it reloads the entire page
Describe the bug
We were previously using
SSR
and recently adoptedviteSSG
.In the service, the iframe sends
parent.location.replace
and only replaces the inside of the DOM.After introducing viteSSG, it doesn't work the way it used to, and now it renders the entire page anew.
This might not be the problem. It could simply be that I'm not understanding the behavior correctly. But when I read the documentation, I couldn't find a solution to this, and I need your help in this regard.
Reproduction
It only needs to replace the DOM inside the page, but it reloads the entire page
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: