Hi,
After creating experience fragment, clicking on Open from the success dialog, url is getting encoded and throwing page not found issue when accessing from dispatcher. Url is encoding from / to %2F when trying in local instance.
Fix:
Go to below node and override to /apps:
http://<host>:<port>/libs/cq/experience-fragments/content/v2/experience-fragments/createxfwizard/jcr:content/body/items/form/successresponse
Property: Open
Before value: /editor.html{Path}.html
New value to fix issue: /editor.html{+Path}.html (add + before Path)
@kautuk_sahni , If possible can you please ask product team to review the change and update the code.