Skip to content
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

Selecting the Schema in Faber on the "CredentialsSchema" screen generates error #80

Open
swcurran opened this issue Dec 24, 2022 · 0 comments
Assignees

Comments

@swcurran
Copy link
Contributor

When I select the Schema in the drop down, the following error appears on the logs:

faber-controller_1  | fail: Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111]
faber-controller_1  |       Unhandled exception in circuit 'vZkbr75ICYHFcMWpnASVzOnxGz9te7Vvwuxm7Ze1Zfk'.
faber-controller_1  | System.NullReferenceException: Object reference not set to an instance of an object.
faber-controller_1  |    at FaberController.Schema.Components.Schema.OnSelectSchema(ChangeEventArgs e) in /app/FaberController/Schema/Components/Schema.razor:line 46
faber-controller_1  |    at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__139_0(Object state)
faber-controller_1  |    at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.ExecuteSynchronously(TaskCompletionSource`1 completion, SendOrPostCallback d, Object state)
faber-controller_1  |    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
faber-controller_1  | --- End of stack trace from previous location where exception was thrown ---
faber-controller_1  |    at Microsoft.AspNetCore.Components.Rendering.RendererSynchronizationContext.ExecuteBackground(WorkItem item)

And on the screen:

An error has occurred. This application may no longer respond until reloaded. [Reload](http://192.168.50.213:9021/)

@amanji amanji self-assigned this Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants