Blazor Server not responding
I tried for the sake of laughs, to convert my blazor hybrid to blazor server...
However as expected it doesn't work. It compiles and runs, but opening the localhost url it doesn't respond (endless http loading)...
Any ideas on how to debug it:)?
2 Replies
Unknown User•10mo ago
Message Not Public
Sign In & Join Server To View
It's too many lines to be compared...
I ended up turning debug logging on config and finding out I didn't call some host functions in the correct order