Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Hi update of this error, we solve it by reading thru angular docs
here is the link, Angular
what we did:
- adding two files mentioned in the docs, .htaccess and index.html as self reference
- restart the node server
the result:
application works
hopefully it help you
Cheers
Hi, I am having the same problem here, after some investigation i found out that:
1. the error is generated from webpack compiler (angular ng build, in mycase)
2. dependency that still use the method self instead of this.
unfortunately, at this momenet, i am still struggling with this error...