Hi,
I use the control FileManager in application Blazor Client side. I got the error:
Cannot read property 'code' of undefined
at eu (constants.js:93)
at e.onSuccess (constants.js:93)
at e.successHandler (constants.js:93)
at e.stateChange (constants.js:93)
at XMLHttpRequest.t.httpRequest.onreadystatechange (constants.js:93)
The ressources:
<link rel='nofollow' href="https://cdn.syncfusion.com/ej2/17.4.51/material.css" rel="stylesheet" />
<script src="https://cdn.syncfusion.com/ej2/17.4.51/dist/ej2.min.js"></script>
<script src="https://cdn.syncfusion.com/ej2/17.4.51/dist/ejs.interop.min.js"></script>
Is added in index.html.
The IdentityServer is activated in projects.
if I use the azure file system provider, the file manager work without problems.
In attachement, the page .razor and the controller.
Thank you.
Attachment:
FileManager_cb7ee143.7z