Replies: 1 comment
|
It sounds like there may be two separate issues here:
For the feedback submission error, I would check the browser DevTools first. If possible, open the Network tab, try submitting the feedback again, and check which request fails and what status code / response it returns. That would help determine whether this is an auth/session issue, an API/backend issue, or something browser-specific. For the “Connect backend” form, the disabled buttons usually suggest that the form validation does not consider the current input complete/valid yet. I would double-check that all required fields are filled in, that the backend URL includes the expected protocol, for example http:// or https://, and that there are no hidden validation messages in the form. It would probably help maintainers if you can share:
As an immediate workaround, I would put the bug report directly here on GitHub since the in-app feedback form is failing. That way the feedback-submission problem and the backend-connection form issue can be tracked separately. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
What can I do about it? Logging out and in, didn't help
All reactions