I'm new to Umbraco and am trying to create a local Umbraco 12 environment. When I run the project locally, the page comes up in the browser with the following error:
An unhandled exception occurred while processing the request.
InvalidDataException: Found invalid data while decoding.
I'm using sqlite for local dev. I'm only seeing this on the frontend. I'm able to access the back office without issue.
Found invalid data while decoding
I'm new to Umbraco and am trying to create a local Umbraco 12 environment. When I run the project locally, the page comes up in the browser with the following error:
I'm using sqlite for local dev. I'm only seeing this on the frontend. I'm able to access the back office without issue.
could be something in your template if the backoffice is working OK.
What are you doing in your page? Are you consuming data from an API?
is working on a reply...