-
The create form does not work correctly in one of my nova resources. I am getting a "There was a problem submitting the form." error but there aren't any validation errors highlighted/displayed in the form. Also, no HTTP requests are made (and therefore failing) in the background. Is there a good way to track the issue down? |
Beta Was this translation helpful? Give feedback.
Answered by
Hannoma
Oct 25, 2022
Replies: 1 comment 1 reply
-
I fixed the issue. It was a faulty custom field which was not meant to be displayed on the creation form. Tracked it down by removing fields one by one until it worked. A bit tedious. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Hannoma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I fixed the issue. It was a faulty custom field which was not meant to be displayed on the creation form. Tracked it down by removing fields one by one until it worked. A bit tedious.