Application service problem #57
-
The library works well for me on razor page to add items (I add items and I see them on chrome debugger application section). But when I try to use on my Class to retrieve data, I receive error: On Program.cs I added:
Here the code
the token "MyTonken" exists on Chrome. also the using directive doesn't works (are grey) using Blazor.Serialization.Extensions; What I'm making wrong ? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the solution! Even if you save a data as if it's a number you have to retrieve with otherwise you vill receive an error. Thanks |
Beta Was this translation helpful? Give feedback.
I found the solution!
Even if you save a data as if it's a number you have to retrieve with otherwise you vill receive an error.
Thanks