We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The application doesn't load when the banner is null, while assets.banner config paramter is optional
An config with the following returns "There is an issue loading the application"
{ "assets": { "banner": null } }
The same config with the following succeeds:
{ "assets": { "banner": "https://cdn.jwplayer.com/images/nwthWC1U.png" } }
The text was updated successfully, but these errors were encountered:
fix(project): error when assets.banner is null
b499fda
Fixes #179
fix(project): error when assets.banner is null (#180)
cd80916
Successfully merging a pull request may close this issue.
The application doesn't load when the banner is null, while assets.banner config paramter is optional
An config with the following returns "There is an issue loading the application"
The same config with the following succeeds:
The text was updated successfully, but these errors were encountered: