Hi,
when I try to upload an image with non-Superuser role, the spinner does nor disappear and the upload dont get finished.
I get an error in .../wire/modules/Inputfield/InputfieldImage/InputfieldImage.min.js:
"VM1186:1 Uncaught SyntaxError: Unexpected token '<', "<script>"...
The message which is returned as XHP-response is:
<script>
$(document).ready(function() {
$("#_ProcessPageEditViewDropdown").remove();
});
</script>
And this breaks the json parsing of this response.
What's going wrong here?
Thank you, best regards
Sebastian