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
You have a page at "/foo/bar" which loads an iframe whose source is the relative URL "baz" (the absolute URL is thus "/foo/baz")
You navigate from "/foo" to "/foo/bar"
The iframe loads with the wrong relative URL--it should load with the relative URL of the page it's on (so "/foo/baz") but instead it loads relative to the original page ("/baz")
Refresh and everything works; the error is only on navigation.
This is a regression. I bisected the kit version responsible for this and it's 1.0.0-next.285 which looks to correspond to this PR: #4070
I expect we could fix this by doing the pushState immediately before root.$set. It might make the code more convoluted, and we should wait until #4161 is merged before tackling it
Describe the bug
This is a regression. I bisected the kit version responsible for this and it's 1.0.0-next.285 which looks to correspond to this PR: #4070
Reproduction
You can repro on this branch: rgossiaux/svelte-headlessui#74
npm install
git checkout upgrade-kit
npm run dev
/docs
home pageThe iframe will 404. After a refresh it will load.
Logs
No response
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: