FluentToastProvider not working after publishing #3180
kevorkkeheian
started this conversation in
General
Replies: 1 comment 2 replies
-
Have you published a WebAssembly project? |
Beta Was this translation helpful? Give feedback.
2 replies
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 am trying to use FluentToastProvider and it is working fine when running locally (dotnet run). But when I publish the project I am receiving this error:
ManagedError: AggregateException_ctor_DefaultMessage (Root component type 'Microsoft.FluentUI.AspNetCore.Components.FluentToastProvider' could not be found in the assembly 'Microsoft.FluentUI.AspNetCore.Components'.)
What could the reason be that it is working fine locally but not after pubishing?
Beta Was this translation helpful? Give feedback.
All reactions