fix(webui): show credential schema load errors#1858
Conversation
|
Thanks for working on this. I tested the credential page locally and found a related failure mode that this PR makes more visible but does not fully prevent: if the setup page stores the server URL as
This still results from the same credential schema loading path, but the root cause is that the setup flow accepts or preserves a browser-unusable server URL. Would you be open to including a small normalization step in this PR, for example converting |
|
Thanks for testing that path. I added the normalization in the follow-up commit:
Local checks passed: prettier check, frontend build, and frontend lint. |
Summary
Fixes #1840
Tests