Closed JeremyMahieu closed 3 years ago
Wonderfall’s docker image now uses my fork. The issue is that several user management API endpoints are disabled when auth is disabled and as a result authentication tab won’t work. It doesn’t gracefully handle failures so you got that blank grey screen.
This problem is mitigated in commit https://github.com/jesec/flood/commit/8d11640bdcb73a10deb9974a66876e0c5b705c59 by not displaying authentication tab when auth is disabled.
However, it still depends on build time config variables so if the Flood is not built with the option the behavior won’t change. It is fully resolved by commit https://github.com/jesec/flood/commit/4a1997013eff4db7220e65e96b986e79bc55fc72. This change is included in 3.1 release. It seems that Wonderfall’s image still uses 3.0, though. You have to bring up this issue with them.
Closing since it's since resolved and does not apply to this fork.
Type: Bug Report
Your Environment
Chrome 85
Summary
When navigating to the Settings > Authentication, the screen blanks and two errors are generated.
Expected Behavior
Show the screen
Current Behavior
Crash
Steps to Reproduce
DISABLE_AUTH=true