Skip to content
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

Apps fails to load when banner is null #179

Closed
marcovandeveen opened this issue Oct 10, 2022 · 0 comments · Fixed by #180
Closed

Apps fails to load when banner is null #179

marcovandeveen opened this issue Oct 10, 2022 · 0 comments · Fixed by #180

Comments

@marcovandeveen
Copy link
Member

marcovandeveen commented Oct 10, 2022

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"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant