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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
After my update to Debian 12 and Plesk 18.0.61 Update 1 i had a problem with one website
I found out, that this website couldn't find his directory /javascript and found out that there is a config at /etc/apache2/conf-available/javascript-common.conf - but this config has a date from 2020 and i...
Dear friends, I've been making some changes to the JavaScript file on my website, adding functionalities. However, after approximately a month, these modifications seem to vanish, causing certain functionalities on my site to stop working properly. How can I prevent this issue from happening?
Hello,
I'm using plesk-roundcube 1.4.13-2.centos.7+p18.0.51.1+t230404.1037 (PLESK_18_0_51-dist) on Plesk Obsidian Web Pro Edition Version 18.0.51.
After a pentest, security manager said that I must update some javascript dependencies including jQuery - v3.4.1 and jQuery UI - v1.12.0 (wich is a...
i have plesk server with apache2 and nginx and i have a websocket app it works on port 2589 and i used ratchet and autobahn to work with websocket, nginx version nginx version: nginx/1.20.2 and ufw status Status: inactive and my nginx directive config for websocket
location ^~ /WsConn
{...
Hello,
Is it possible to execute ESM javascript code ?
I try to use SvelteKit which generates ESM code but it seems that only CSJ is possible.
I use NodeJS 16 (I added it to Plesk).
You can find mode info about the bug here : [adapter-node] Cannot use import statement outside a module · Issue...
I have a node.js backend, and in my server.js file I have this:
const app = express();
app.use((req, res, next) => {
res.setHeader("Access-Control-Allow-Origin", "*");
res.setHeader(
"Access-Control-Allow-Methods",
"OPTIONS, GET, POST, PUT, PATCH, DELETE"
)...
I am having an issue with my node.js with Phusion Passenger on my Plesk Onyx portal, for some reason it does not seem to be loading my server.js file correctly. I have tried to access it via the access link shown in the photo but when I do I am straight away pointed to the index.html when going...
Current specs/versions
CPU Intel(R) Xeon(R) CPU E5-2660 v4 @ 2.00GHz (2 core(s))
Version Plesk Onyx v17.5.3_build1705170317.16 os_CentOS 7
OS CentOS Linux 7.4.1708 (Core)
The code editor treats *.js files as if they were *.html files. So when writing js you get horrible auto tabbing and line...
In the domain I've a Joomla website and it's working.
In its sub domain I an an old website built with a generator of htm pages and menus in javascript.
In local this is working, but called from the sub domain it replies "file not found".
I did not understand if there is any configuration of...
Hey there,
I'am going to write an Angular2-Module for Plesk API for my own small Needs.
I noticed that Plesk don't Support the CORS preflight OPTIONS request: https://www.html5rocks.com/en/tutorials/cors/
Is there any Option to allow that request so I can continue my work?
(For this...