-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Which Umbraco Forms version are you using? (Please write the exact version, example: 13.4.0)
15.1.2
Which Umbraco version are you using? (Please write the exact version, example: 13.5.2)
15.4.3
Issue summary
Can't create a file upload field when creating an Umbraco form.
Specifics
When trying to add a file upload field by clicking "submit" the following errors occurs in the dev tools console:
request.ts:201
POST https://localhost:44317/umbraco/forms/management/api/v1/form-field/84a17cf8-b711-46a6-9840-0e4a072ad000/validate-settings 500 (Internal Server Error)
provider-type-settin…helper.class.ts:186 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'detail')
at ry.createValidationErrorNotification (provider-type-settin…per.class.ts:186:39)
at de.ou (form-edit-field-modal.element.ts:334:43)
No error message is given in the user interface.
Steps to reproduce
- Install a new Umbraco website on latest 15
- Install Umbraco forms 15.1.2
- Go to the forms section and add a form
- Add a file upload field and name it
- Hit the "submit" button to try add the field to the form
Expected result / actual result
Expected result:
The file upload field should be added to the form.
Actual result:
Nothing happens when clicking the submit button. When inspecting the console in devtools the error messages above appear when clicking submit.
This item has been added to our backlog AB#56298