This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
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.
Hi @Ravi_Pampana ,
Good one. Thank you for posting.
I remember one of my peer was facing same issue recently.
Would like to understand how + is stopping from url encoding? Is it something we are trying to replace 'space' with '+' ??? Kindly explain
Thank you for sharing this. I'll share it with the team and get back to you soon.
Views
Replies
Total Likes
@Ravi_Pampana , Reply from PM:
Maybe a bug? I think I’ve seen this. Please contact and report to support.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies