I am trying to modify a javascript file in the clientlibs folder in the publisher instance for debugging purpose. After I add a console log and saved the file. it is showing 403 error in the page. The other JS files included to the page are loading without any issue and only the modified file is showing the error. When I try to access the file URL directly also, it is showing like I don't have the permission to access the file.
Anything I need to do from the AEM side after modifying a client library file ?
I am actually new to AEM and so it will be really helpful if someone can point me in the right direction.
Solved! Go to Solution.
Views
Replies
Total Likes
It looks like permission issue, is it for logged-in user or anonymous (everyone)?. Are you are using webpack to build the java script library?
To debug, just open CRXDE in another tab and login with admin user and then refresh your website page and check if the java script is loading fine.
It looks like permission issue, is it for logged-in user or anonymous (everyone)?. Are you are using webpack to build the java script library?
To debug, just open CRXDE in another tab and login with admin user and then refresh your website page and check if the java script is loading fine.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi,
You don't have permission to modify any file on publish instance.
Please get relevant access on publish instance and try again.
Views
Likes
Replies
Views
Likes
Replies