Reload error release mode

Hi guys,
I've got a strange problem. Into my hybrid maui blazor application, if I launch my application in debug mode, the above code works perfectly; if I launch my application in release mode (tried both in windows and android), the application return me the classic error of : An unhandled error has occurred. Reload without possibility (in release mode) to debug the problem. How can I resolve it? Tks very much.

@context.Value [code.zip|attachment](upload://yRKe0pv1tkilsLAYW5YeT2EoJ9n.zip) (762 Bytes)

Hi @Roberto_Daniele,

I can't see the complete stacktrace. Can't tell what the problem is without it.

ok, I'll attach the complete .razor code.
I've obscured the sql connection string, that simply return a list of values and string, that I use in place of Quarter and Revenue values (as the official example of Radzen).
Tks.

I've just resolved. Tks