-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
fix _root.data
fetch when basename
is set, closes #12295
#12898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: d7f7e91 The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
9da65df
to
304ca2c
Compare
Thank you for signing the Contributor License Agreement. Let's get this merged! 🥳 |
304ca2c
to
2756c5a
Compare
Can you add a test of some sort so we can prevent a regression? |
2756c5a
to
d745985
Compare
Added a couple of tests, @timdorr. |
9f42f4c
to
ec2ac31
Compare
I am not quite sure if it is possible access the The integration tests failed because I forgot to test the availability of |
@timdorr, any updates here? We've applied @Aleuck's patch in the meantime with good success, but we would love to see this fix merged upstream. This is going to be a big issue for anyone running a full-stack RR app behind a reverse proxy and not on the base path of the domain. Our use-case is we're using a new RR app to replace an aging legacy app via the strangler-fig pattern. |
I made a request to @brophdawg11 to get a review. Hopefully we can land this for 7.2.0. 🤞 |
9eb6262
to
61daf31
Compare
I would like to find a way to introduce tests for the |
Ugh, sorry I missed this mention. Between paternity leave late last year and then the holiday break my github notifications are still a mess so I'm not catching these types of mentions. @brookslybrand just called my attention to this and it won't make it into 7.2 but I will look at it right after and we can get into dev for the next release. |
🤖 Hello there, We just published version Thanks! |
howdy! great stuff addressing this, however if i understand correctly this only applies to the case when you're running this using ssr? this fix would not work on a fully prerendered site, being deployed statically? thanks! |
This should fix #12295