suddeny difficulty deserializing #739
Unanswered
JustTalkToSteve
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Better to check what is the json output looks like. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A blazor application that launched a few years ago is suddenly having difficulty connecting.
On the local IIS Express server launched by visual studio, the application is able to connect and functions correctly.
However, the same project running on the azure server is now giving me the following error.
"One or more errors occurred. (There was an error deserializing the object of type System.Collections.Generic.List`1[[WooCommerceNET.WooCommerce.v3.Customer, WooCommerce.NET, Version=0.8.3.0, Culture=neutral, PublicKeyToken=null]]. Encountered unexpected character '<'.)"
Beta Was this translation helpful? Give feedback.
All reactions