• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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