-
Notifications
You must be signed in to change notification settings - Fork 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
Using editor commands on sites with the Default view active results to a 404 redirection #86000
Comments
📌 REPRODUCTION RESULTSVIDEO: STEPS TO REPLICATE
📌 ACTIONSTriaged |
The nested iframe isn't able to navigate the top level page, we need the URL to be swapped with a wpcom one similar to what we do for other wp-admin urls: wp-calypso/apps/wpcom-block-editor/src/calypso/features/iframe-bridge-server.js Lines 706 to 710 in 955b956
|
@mmtr 👍 |
Not a blocker. High maybe. Was hoping this would have been fixed by the editor iframe removal by now 😬 |
@xavier-lc was working on a fix and already merged, but don't know if's been shipped. Xavier, can you confirm?
@ianstewart flagged it as a blocker on the last Dotcom Triage Group session. Every navigation issue (i.e. you click on something and you don't land on the expected place), including commands from the command palette, should be considered critical issues. |
Looks like @xavier-lc forgot to deploy the changes, and @lsl did that today (D164295-code), so we can close this one out. |
I was still seeing this in production after deploying that change. Maybe a Firefox only issue now or something? |
Tha nks for the deploy, @lsl. With |
Yes. Might be a browser cache/setting, can't repro on mobile. Will look into it more tomorrow. |
@lsl note that the wpcom-block-editor scripts are cached for 24h, so you might still be loading the old ones. |
I've found that pressing the |
I invalidated those, p1729574805314119/1729487009.644859-slack-CRWCHQGUB I think I must have been using the enter key 😄 |
Quick summary
When the Default view is used for pages and someone creates a new page and uses CMD + K to navigate to "Single Posts", they they get redirected to a 404 page.
Steps to reproduce
What you expected to happen
I expect to be redirected to the template as expected.
What actually happened
I am redirected to a 404 page.
Impact
All
Available workarounds?
No and the platform is unusable
Platform (Simple and/or Atomic)
No response
Logs or notes
I can replicate this issue both on Creator and Woo Express sites.
Here's a short video:
T6wZRV.mp4
The text was updated successfully, but these errors were encountered: