hi all.
I have a problem, the breadcrumb is not shown on publish instance.
In browser console i see error:
NetworkError: 403 Forbidden - http://localhost:4502/libs/wcm/stats/tracker.js?path=....."
I added to dispatcher to allow libs/wcm/stats/tracker.js
But here it is pointing to 4502 port.
what should i do?
Thank you, all
Solved! Go to Solution.
Views
Replies
Total Likes
Hi all
i was debugging JSP of breadcrumb and found what happened
some day ago I tried to import jcr:content of etc/design/<project>/ and i lost it.
then i had to reinstall authoring instance
So I looked to CRX explorer on the publish and saw that this folder was missing, then i generated a package etc/design/<project> and replicated it .
Now i see the breadcrumb on the publish instance
Thank you for your help.
Hi
Some troubleshooting things you can do:-
1. Forbidden error (403) comes because unauthorized access on resources. Can you please check access (Read) for "anonymous" user on those client library and those are published correctly.
2. check that the files are allowed to be accessed in the dispatcher.any file.
3.Move your clientlibs to etc/ from /apps
4.check on your publish on localhost:4503/sytem/console/requests the trace of the request, which does not work. This facility will indicate, if you have a problem with the sling resource resolution. Also check the logfile of your publish if you have any error. Share with us Error.log of publish instance.
Some old post for your reference:
I hope this helps you a bit.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
kautuksahni wrote...
Hi
Some troubleshooting things you can do:-
1. Forbidden error (403) comes because unauthorized access on resources. Can you please check access (Read) for "anonymous" user on those client library and those are published correctly.
2. check that the files are allowed to be accessed in the dispatcher.any file.
3.Move your clientlibs to etc/ from /apps
4.check on your publish on localhost:4503/sytem/console/requests the trace of the request, which does not work. This facility will indicate, if you have a problem with the sling resource resolution. Also check the logfile of your publish if you have any error. Share with us Error.log of publish instance.
Some old post for your reference:
I hope this helps you a bit.
Thanks and Regards
Kautuk Sahni
hi Thank you for replying
for some reasons I didn't receive any email notification of this reply.
I checked :
http://localhost:4503/libs/wcm/stats/tracker.js i can open
but why it is calling to port 4502?
Hi all
i was debugging JSP of breadcrumb and found what happened
some day ago I tried to import jcr:content of etc/design/<project>/ and i lost it.
then i had to reinstall authoring instance
So I looked to CRX explorer on the publish and saw that this folder was missing, then i generated a package etc/design/<project> and replicated it .
Now i see the breadcrumb on the publish instance
Thank you for your help.
Views
Likes
Replies