PSU 2026.2.3 - PostgreSQL DB - Linux - Podman/Docker Rootless
Hey,
Noticed an issue with creating new secret and variables. I had issues with new secrets in prior versions but only had time today to investigate, so i don't know if its new.
Creating a secret / var and using it in an app always returns an empty string. Old secrets and vars are not affected.

Oddly changing the order breaks the app

To test i tried to output the variable in a script

while testing i found some other bug:

I hope this gets fixed soon
4dd6126d-238d-4b1e-bbb0-65eb73f30188.png
f326af79-5297-4ecc-a200-161729ee8829.png
18099f95-b386-4392-ab58-83aec083d176.png
28a83f56-5726-4a7b-8547-cd2bb7120aee.png
a6bb7664-0824-4222-8e71-c2911d770487.png
30271a3c-a81e-4d4c-bc3f-3162c7ca82c9.png
d855eb20-250d-4d25-b040-5098462ca9e5.png
bf7e8772-369c-4aac-a273-39f8565f035e.png
b022da53-118d-4f07-81e2-5dafe4ddb4c7.png
Hello Dynamic66,
Thank you for the detailed report and the supporting screenshots.
Since this behavior affects newly created variables and secrets, we will consult directly with our Development team.
Development is already preparing a correction for a separate issue involving variables and secrets not being loaded during test execution. Because both reports affect the same feature area, that correction may also be relevant to the behavior you are seeing. However, we cannot yet confirm that the two issues share the same root cause or that the planned correction will resolve this case.
We will provide an update once Development has reviewed the behavior reported here and confirmed whether it is related to the existing issue or requires a separate correction.
Best regards,
Ruben Tapia
Found part of the issue, did not add the new variables into the correct environment for Apps. It would be cool to have a select option in the variable creation modal to add it to an environment.
The Strange behavior of the scripts persist, but is not critical for me.