Backendless Version (6.6.5, Backendless as Backend, .Net Maui Blazor as Frontend)
Client SDK (Backendless.Net SDK)
Expected Behavior
- I have created a UserMessages table.
- I need my messages blazor page to update contents on CRUD operation either from the backendless database UI or on another instance of the mobile application in a separate device.
Actual Behavior
- Cannot connect to backendless real-time database. It always ends up with this error:
Reproducible Test Case
I prepared a clean .Net maui blazor app in my github for your perusal.
Thank you.