Dears,
I have a node that uses loadOptionsMethod to fulfill the parameter options. This node also uses a $env variable in another parameter. In older version loadOptionsMethod successfully loaded the options although the $env is undefined in the runtime.
But when I updated n8n to 0.214.0, loadOptionsMethod doesn’t load and it says “access to env vars denied”. But other parameter uses the $env!
Why this parameter complains about it? the loadOptionsMethod has nothing to do with the $env!
Could you help plz?