Skip to content

Blazor (server-side) System.InvalidOperationException: Received a notification for a rendered batch when not expecting it. #9901

@marcelgoldstein

Description

@marcelgoldstein

I`ve got an Blazor server-side app deployed as self-contained (dotnet 3.0 preview4) on Azure AppServices.
It seems to run fine on simple Pages (counter with additional buttons or the weather forecast displayed in an pageable datagrid), but it dies after 0-5 UI interactions on a more advanced page.
In the browser-console the following error occurs and after that error the signalR connection is disconnected (without the automatic reconnection kicking in):
grafik

On my local dev maschine no such error occured even once.

To see this error happening open this link to the deployed webApp and click on some button or dropdowns, after some UI interactions the error should occur in the browser console.

If needed the source code for this app is located here.

Same error as reported in this comments:
https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-core-3-0-preview-4/#comments-367

Metadata

Metadata

Assignees

Labels

DoneThis issue has been fixedarea-blazorIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions