Dataportal Issue after upgrading Blazor projects to .NET 5 and CSLA 5.4.0 #1970
Unanswered
mtavares628
asked this question in
Questions
Replies: 1 comment 1 reply
-
Have you tried without the compression, just to see if there's some config issue with that? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've just tried updating my blazor application to .NET 5 and CSLA 5.4.0, and I'm running into a problem when I try to make a call to the dataportal on the server. I end up with the following stack trace in the browser console:
Any breakpoint I set in the dataportal doesn't appear to get hit, so it's tough for me to troubleshoot. It looks like it has something to do with DI, but my code was working before upgrading .NET and CSLA. My Startup on the App server looks like:
And the Main on the client looks like:
I had added the compression stuff and changed the root component to reference #app, but other than that my code is the same. Any ideas why the dataportal isn't working?
Beta Was this translation helpful? Give feedback.
All reactions