search
AI OnAI Off
Hi,
appsettings.json does not look right, it should be like this:
"Optimizely": {
"ContentGraph": {
"GatewayAddress": "https://cg.optimizely.com",
"AppKey": "your-app-key",
"Secret": "your-secret",
"SingleKey": "your-single-key",
"AllowSendingLog": "true"
}
}
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 } }
}}