I have setup PWA for my site on AEMaaCS. On author, both my service worker and manifest files are being rendered. But when it comes to the case of publish instance, it shows the following error:
Uncaught (in promise) DOMException: Failed to register a ServiceWorker for scope ('publish-url') with script ('publish-url'): The script resource is behind a redirect, which is disallowed.
Due to this, the manifest file is also not working resulting into the error "Failed to load resource: the server responded with a status of 404 ()".
I have followed the same configurations on my local environment and it works fine. What can be the case for Cloud Environment?
Solved! Go to Solution.
Views
Replies
Total Likes
The problem has been solved. There was one point for configuration which was missed.
@Preetpal_Bindra @Harwinder-singh @Gaurav_Sachdeva_ @DPrakashRaj @MayurSatav @Rohan_Garg @aanchal-sikka Can you please review this unanswered question? Appreciate your thoughts on this.
Views
Replies
Total Likes
Sure @kautuk_sahni , let me check
The problem has been solved. There was one point for configuration which was missed.