This message was deleted.
# community-support
s
This message was deleted.
Maybe set a breakpoint in the
obtain
method there and then look in the debugger what is going on.
f
Thanks, I'll have a look!
👌 1
a
does the environment variable contain dots or dashes? Or is it only alphanumeric, with underscores? Sometimes those can behave differently on different machines.
v
But if it works with
System.getenv
which is also used by the provider? How could it then be machine-dependent?