Closed RahulMittal2099 closed 4 years ago
I have made an update available (1.4.1) which help to diagnose this issue somewhat better. There was also an issue in the JsonRepository that occurs when the application is run from a package. Do you use the JsonRepository in your CMS or did you write your own Repository?
Hi Thomas Thanks for getting back to me. The issue is solved though.
Details:
We wrote our own repository using EF.
Issue in server (Windows 2016, IIS) was due to websockets not installed. So blazor was reverting to use SentServerEvents protocol, which failed after attempting to do initial authentication for the connection. You might want to look into this bug or at least ensure a better error message.
But all in all, your work on RapidCMS is a very good start. Thanks for all your efforts on it so far.
On Sat, Nov 23, 2019, 21:09 Thomas Bleijendaal notifications@github.com wrote:
I have made an update available (1.4.1) which help to diagnose this issue somewhat better. There was also an issue in the JsonRepository that occurs when the application is run from a package. Do you use the JsonRepository in your CMS or did you write your own Repository?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ThomasBleijendaal/RapidCMS/issues/1?email_source=notifications&email_token=AN3GLQP5YFYWER6XU67KAODQVFFETA5CNFSM4JQV5AW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE7XS5Q#issuecomment-557807990, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN3GLQOUWJKYECPN23Q6RETQVFFETANCNFSM4JQV5AWQ .
Have setup RapidCMS and made a basic CMS using it. Works great in debug mode when ran from VSCode. Published package (release mode or debug) gives following issue: ParentId: TransportConnectionId: HKzUTlV7gtQXvfU8K-bf8Q
Unhandled exception in circuit 'eO2B-NTQAi-Gj70IX3l6IVuV1EwMFgeS8cfNi1b9Jew'.
Exception: System.NullReferenceException: Object reference not set to an instance of an object. at RapidCMS.Common.Services.TreeService.GetTreeAsync(String alias, ParentPath parentPath) at RapidCMS.UI.Components.Shared.Tree.OnParametersSetAsync() at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task) at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()