to reproduce. But get the error: āexecution failed: expression āserver-scripts/testscript.jsā failed: failed to select āserverā on *expr.Vars: no such key 'serverāā
I canāt do anything with this error message.
Yes.
Before I had updated the script in the following way:
Change the script file (and the label and description to see the change in the admin page)
Stopping the containers
docker-compose up -d
There is one oddity in general:
According to the documentation, ā/server-scripts/testscript.js:defaultā should be specified for example as the script name in the step definition. However, I get error messages regarding the characters ā/ā at the beginning and ā:ā. But when I enter āserver-scripts/testscript.jsā I donāt get an error message.
Is there a causal connection?
Problem solved. I corrected 2 things. Parameter āargsā is a required field, although itās not marked as such. You also have to write the name of the script in quotation marks and activate the āexpressionā switch or vice versa.