-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: ALLOWED_ENV_SUBSTITUTIONS cannot be empty #303
Comments
SmallRyeConfig getValue doesn't allow the provided configured value to be empty, therefore use getOptionalValue instead. See also: eclipse/microprofile-config#407 Fixes #303
I assume that's where you can find the settings for this app. |
SmallRyeConfig getValue doesn't allow the provided configured value to be empty, therefore use getOptionalValue instead. See also: eclipse/microprofile-config#407 Fixes #303
Thx @beiertu-mms for the quick fix 💟
have you installed the app with name "Technolinator" in your personal profile, @emil-wire? |
SmallRyeConfig `getValue` doesn't allow the provided configured value to be empty, therefore use `getOptionalValue` instead. See also: eclipse/microprofile-config#407 Fixes #303
@heubeck wow, you guys are quick :) Thanks! |
interesting. will look out for that. |
@heubeck 1.49.4 fixed it :) thanks! |
Expected Behavior
If I leave it empty, I expect the application to continue and not operate on an empty string
Actual Behavior
The following error message appears when I leave the variable empty:
also, could you tell me what the meaning of "https://github.com/settings/apps/Technolinator" in the error message is?
Steps to Reproduce
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: