I configure an OpenAPI (swager) data source. and after that when I tring to create a new page the popup window crashed. I have the latest studio 1.35.1 version. The logs from the log.txt file are this:
[2024-11-21 07:41:35.652] [error] Error: System.NullReferenceException: Object reference not set to an instance of an object.
at System.Linq.Enumerable.IEnumerableWhereSelectIterator2.MoveNext() at System.Linq.Enumerable.IEnumerableWhereIterator
1.MoveNext()
at System.Linq.Enumerable.DistinctByIterator[TSource,TKey](IEnumerable1 source, Func
2 keySelector, IEqualityComparer1 comparer)+MoveNext() at System.Linq.Enumerable.IEnumerableSelectIterator
2.MoveNext()
at System.Collections.Generic.SegmentedArrayBuilder1.AddRange(IEnumerable
1 source)
at System.Linq.Enumerable.SelectManySingleSelectorIterator2.ToList() at System.Linq.Enumerable.ToList[TSource](IEnumerable
1 source)
at Radzen.Server.OpenApiParser.GetEntities(CSharpCompilation compilation, IConfiguration configuration)
at Radzen.Server.SolutionFacade.GetEntities()
at Radzen.Server.ProgramController.b__76_0()
at Radzen.Server.LoggerExtensions.Measure[T](ILogger logger, String name, Func`1 action)
at Radzen.Server.ProgramController.ListEntities()
at lambda_method301(Closure, Object, Object)
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.g__Awaited|10_0(ExceptionHandlerMiddlewareImpl middleware, HttpContext context, Task task)