• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

javascript

  1. I

    Question Changes in JavaScript File Automatically Disappearing!

    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?
  2. A

    Issue Roundcube update dependencies (jQuery UI 2016)

    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...
  3. AhmedEx

    Issue Nginx configuration to accept websocket requests (SSL/WSS)

    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 {...
  4. P

    Question NodeJS - Execute ESM code

    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...
  5. L

    Issue IIS "Cors" configuration problem for Node.js backend

    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" )...
  6. C

    Issue Node.JS Not Reading Server.js

    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...
  7. S

    Issue JS files require <script> tags to format properly this causes a syntax error when included.

    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...
  8. WhiteTiger

    Resolved file not found for html + JS

    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...
  9. L

    Issue Plesk API don't support CORS preflight OPTIONS Request

    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...
  10. Anthony Brian Mallgren

    Plesk Integrated Development Environment Editor

    Does anyone know of an existing solution to enable a decent editor in Plesk for GoDaddy that supports HTML, CSS, JavaScript, PHP and C# development?
Back
Top