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.
I need to add something: The index.html should not be in the document_root folder, but in the application root or probably anywhere else if you want it to be served by your express server. Otherwise the index.html is served by plesk/appache/nginx without ever looking for the server.js...
Ok I do not exactly know how, but now it seems to work... I don't know what exactly fixed the issue but I did the following:
1. installed nginx
2. looked for the issue "Server not reachable"
3. tried another subdomain for the app.
Hi!
I have a similar issue. I placed my server.js at the application root and my index.html at the document root directory. Only the index.html is shown in the browser, but the server.js seems to be never called.
How did you fix your issue? Could you please provide a solution here.