An unhandled exception occurred while processing the request.
GraphHttpException: Invalid credentials. Try verifying your credentials.
Optimizely.Graph.Core.GraphExceptionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in GraphExceptionHandler.cs, line 23
InvalidOperationException: Failed to communicate with Graph API. This may indicate network issues or that Graph is unavailable. Error: Invalid credentials. Try verifying your credentials.. Query: query NewsPageQuery { NewsPage (limit: 10) { items { _id _metadata { key version locale } } }}
Hi,
How can I run graph ql locally. I have demo keys.
Startup.cs
services .AddCmsAspNetIdentity<ApplicationUser>() .AddCms() .AddAlloy() .AddAdminUserRegistration() .AddEmbeddedLocalization<Startup>(); services.AddGraphContentClient();Facing below error.
An unhandled exception occurred while processing the request.
Optimizely.Graph.Core.GraphExceptionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in
GraphExceptionHandler.cs, line 23NewsPage (limit: 10) {
items { _id _metadata { key version locale } }
}}