Captcha Window Doesn't Load in Prod #280
Labels
area:frontend
Related to Nebula's Frontend Electron app
priority:low
Issues that are low priority don't need to be solved right away
type:bug
Something isn't working
Describe the bug
The captcha window doesn't load when in the prod environment.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The captcha window should open and should harvest valid tokens when necessary
Desktop (please complete the following information):
Additional context
The underlying problem stems from a certificate error I believe. The series of failures happens in this order:
ready-on-show
eventThe hotfix in #279 sets the app to ignore certificate errors and that allows the server to respond. We have a
certificate-error
handler, but that never seems to get invoked.The text was updated successfully, but these errors were encountered: