You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the default value of a server Object as an empty string throws the null pointer exception.
An empty string is also a string So it should be fine
Having the default value of a server Object as an empty string throws the null pointer exception.
An empty string is also a string So it should be fine
servers:
url: https://hostexample{stage}.companyName{region}.{tld}{basePath}
variables:
stage:
default: sandbox
region:
default: ''
The text was updated successfully, but these errors were encountered: