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

Issue Node Env Variable Length

Adrian Sluijters

New Pleskian
Hello,

I've noticed that in a node application, if you add custom environment variables, there appears to be an issue in regards to the total length of the key-names and the values.

If anyone has encountered this and resolved it (or worked around it), some help would be great. Here are the tests etc... which I did to confirm the issue on my end. (note that I have filed a bug report as I can't find any info about this anywhere).

SCENARIO 1

To Replicate:

  1. Edit the Custom environment variables of the application
  2. Click on specify to edit/add the variables
  3. Add 2 variables simultaneously, named 'A' and 'B'
  4. Set each of the new variables to have a value 49 characters long (I used alphanumeric)
  5. Press OK to apply the variables
Expected Result:

Two variables, named 'A' and 'B' with their respective 49 character long values.

Actual Result:

Two variables, named 'A' and 'B' with their respective 49 character long values.


SCENARIO 2

To Replicate:
  1. Edit the Custom environment variables of scenario 1 above.
  2. Click on specify to edit/add the variables
  3. Add 9 variables simultaneously, named 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J' and 'K'
  4. Set each of the new variables to have a value 49 characters long (I used alphanumeric)
  5. Press OK to apply the variables
Expected Result:

Eleven variables, named 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J' and 'K' with their respective 49 character long values.

Actual Result:

All variables disappear, including 'A' and 'B' created in the first scenario

FURTHER NOTES AND INFORMATION

In the first scenario, if you add all element variables the same happens as in scenario 2, i.e. that is create 'A' through 'K' at once with no existing variables, all of the variables disappear too as in scenario 2 results.

SERVER INFORMATION

Plesk Version: Plesk Onyx v17.0.17_build1700161028.14
OS: Ubuntu 16.04.2 LTS
Node Version: v7.2.1
 
Back
Top