• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by brijeshgurung187@gmai

  1. B

    Issue I am running nodejs App in my main domain in the plesk does any one know how to allow the subdomain to host the nodejs app as well?

    I have enabled Nodejs support for the plesk and I can host nodejs applications but I dont see options for the subdomain to host nodejs apps . Is there any reason that I cannot host in subdomain ? As u can see in the attachment , in subdomain there is no option for nodejs .
  2. B

    Question Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.

    app.use(function(req, res, next) { res.header("Access-Control-Allow-Origin", "YOUR-DOMAIN.TLD"); // update to match the domain you will make the request from res.header("Access-Control-Allow-Headers", "Origin, X-Requested-With, Content-Type, Accept"); next(); }); app.get('/'...
  3. B

    Issue I am running nodejs App in my main domain in the plesk does any one know how to allow the subdomain to host the nodejs app as well?

    does any one know how to allow the subdomain to host the nodejs app as well ? currently I have main domain that is hosting nodejs application on the plesk , but I want to create subdomain under that main domain to be able to host different node js app , if possible. can anyone guide me with...
Back
Top