I try to open a file from a URL, so I follow this Tutorial. The problem now is every time I try to open the file, I get the following error.
I also made a test with a simple file (text.txt) which only contains “Hello world”. In that case, is the response from asp.net:
"{\"sections\":[{\"blocks\":[{\"inlines\":[{\"text\":\"Hello \"},{\"text\":\"World\"}]}],\"headersFooters\":{}}],\"background\":{},\"defaultTabWidth\":0.0,\"formatting\":false,\"trackChanges\":false,\"protectionType\":\"ReadOnly\",\"enforcement\":false,\"dontUseHTMLParagraphAutoSpacing\":false,\"alignTablesRowByRow\":false,\"footnotes\":{},\"endnotes\":{},\"compatibilityMode\":\"Word2003\",\"allowSpaceOfSameStyleInTable\":false}"
This looks to me correct, so I think the issue is in the editor itself. I use local exact the same code as in the Tutorial.
I use the following package Versions:
@angular/xxx: 15.1.4
@syncfusion/ej2-angular-documenteditor: 20.4.50
Thanks for the help.