-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with Microsoft.Graph #7
Comments
What is the rest of the callstack? |
This is the whole console output. Added the package reference
Created my state class as:
|
Thanks for the additional information. I was able to reproduce this and fix it. Could you try this prerelease and let me know if it solves the problem for you? https://www.nuget.org/packages/Fluxor.Blazor.Web.ReduxDevTools/3.1.0-Pre-1 |
It's working, I'm not getting the users yet but it's just an authorization/permissions problem now. Thank you very much! |
It was the fault of System.Text.Json, I changed the interop so it always passes strings encoded with Newtonsoft and then JSON parses it in JS. It'll be slower, but the ReduxDevTools are really only for debug so I can live with that :) |
Hi, I'm trying to use Fluxor in combination with an API I wrote and Microsoft.Graph.
I'm getting this exception in the console:
I need to get the members of an Azure AD Group and perform some operations on them.
Do you know if I need to set any parameter in order to be able to work with the Microsoft.Graph 3.0.1 nuget package?
The text was updated successfully, but these errors were encountered: