Unspecified backend error in connection with recycle bin
Hi
We host a client website with Umbraco 9.5.0 and suddenly there are some error messages displaying. For example, after deleting the recyle bin via backend.
Der Server hat einen Fehler gemeldet
{{model.error.errorMsg}}
{{model.error.data.ExceptionMessage || model.error.data.Message}}
Exception Details:
{{model.error.data.ExceptionType}}: {{model.error.data.ExceptionMessage}}
Stacktrace:
{{model.error.data.StackTrace}}
There is nothing in the log file about it.
The good thing is that it seems to have no negative effect beside that strange error message, but the client is annoyed, and I worry if there are probably more issues, I cannot see at the moment.
Has anybody else seen an error like this and found out what's the reason/solution for it?
Since it's rendering unprocessed Angular templating, I'd suggest that there is a javascript error somewhere. I'd check the console for javascript errors to see if I can iscolate the issue.
It's worth noting that sometimes you can have javascript errors like this one after an Umbraco upgrade if you don't delete all of the old files.
Unspecified backend error in connection with recycle bin
Hi
We host a client website with Umbraco 9.5.0 and suddenly there are some error messages displaying. For example, after deleting the recyle bin via backend.
Der Server hat einen Fehler gemeldet {{model.error.errorMsg}} {{model.error.data.ExceptionMessage || model.error.data.Message}} Exception Details: {{model.error.data.ExceptionType}}: {{model.error.data.ExceptionMessage}} Stacktrace: {{model.error.data.StackTrace}}
There is nothing in the log file about it.
The good thing is that it seems to have no negative effect beside that strange error message, but the client is annoyed, and I worry if there are probably more issues, I cannot see at the moment.
Has anybody else seen an error like this and found out what's the reason/solution for it?
Kind regards Jan
Hello,
Since it's rendering unprocessed Angular templating, I'd suggest that there is a javascript error somewhere. I'd check the console for javascript errors to see if I can iscolate the issue.
It's worth noting that sometimes you can have javascript errors like this one after an Umbraco upgrade if you don't delete all of the old files.
is working on a reply...