-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
Fix(i18n): Inaccessible public folder on non-default domains #55137
Conversation
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
1 similar comment
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
Passed | Secrets | 0 1 0 0 | View in Orca |
Hi there! My colleague created the issue you're referencing and I was wondering if I could be of any assistance to get this through? We want to go to next 13 but this issue is holding us back at the moment. |
@bobbonius There is nothing to do apart from waiting for it to get merged. The fix is really simple as it is just one line edit. It is already approved so i hope it will get merged and released soon. |
Thanks! |
Hey! When it'll be released? Looks like this is some kind of critical bug |
@timneutkens sorry for tagging you directly! If you do have a minute to check this PR it would be amazing. It blocks us from upgrading next.js our static assets are gone on most domains. |
This is blocking us as well at the moment. It would be really nice if we could get this one true! |
@ijjk, maybe you can take a look at this? Since you made the change initially Thanks in advance! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is missing tests, please have a look at and follow the PR template to ensure the changes can be reviewed correctly.
@timneutkens Does the test suite even supports testing access to multiple domains? I could not find any test with such functionality. The goal is to make the test access files in |
Is there any chance to fix and merge it to nearest release? |
@pekarja5 could you please update the description of this PR? @timneutkens sorry for tagging again, but any chance you can give some guidance on how to test this (personally I don't know)? |
@glenngijsberts Some changes in particular? |
@glenngijsberts the PR template wants me to describe the problem it solves and reference the issue it fixes, to contain tests and to attach a link for errors. So the thing this PR is missing is the test. |
timneutkens Any progress of releasing this fix for issue? It is probably critical bug for projects with I18n. |
lol, just upgraded my nextjs version to 14 and now i'm having this exact problem, when will this PR be updated and merged? 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, this would match all locales and not jut the locale domains/default locale. Continuing fix/tests in #60749
Changes in #52492 made
public
folder accessible only on default domain if using i18n. PR fixes this by making public directory contents accessible from all i18n domains as the original solution did.Fixes #54765