Getting 404 while loading experience fragment in DNS userinfo.json and undefined
but working in author mode please let me know how to handle this 404
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @keshava219
It is giving a 404 error which means not found.
Click on this request and try to see the path which it is trying to access and check:
Regards,
Arpit V
Hi @keshava219 ,
Could you please share what is the exact use case?. If you want to expose your experience fragment in JSON then you can simply publish your experience fragment and remove editor.html from the URL then add fragmentname.model.json.
e.g.
Consider this is your EF.
http://localhost:4502/editor.html/content/experience-fragments/my-site/recipes/master.html
then URL should be like this
http://localhost:4502/content/experience-fragments/my-site/recipes/master.model.json
hi @MayurSatav ,
this experience fragment included on any a page and in that page we are calling experience fragment as a button option, So while loading EF we are facing time loading issue of "userinfo.json" taking 10 sec max time of loading.
Could you please share the error log?
Hi @keshava219
It is giving a 404 error which means not found.
Click on this request and try to see the path which it is trying to access and check:
Regards,
Arpit V
Hi @ArpitVarshney ,
Thanks a lot working fine now. but undefined still showing on both author and dispatcher