Static SSR support #1960

Closed
opened 2026-01-29 18:16:06 +00:00 by claunia · 1 comment
Owner

Originally created by @joshua-mng on GitHub (Jan 25, 2026).

Thanks for amazing work.

One big problem with default blazor server apps with identity or authentication enabled is that generated auth pages are all static rendered due to HttpContext requirement.

.net 8.0 and later enables static SSR components to be posted back and handle form submit.

How can we achieve this with radzen form?

I wanna keep using radzen all the way, even on identity pages

Originally created by @joshua-mng on GitHub (Jan 25, 2026). Thanks for amazing work. One big problem with default blazor server apps with identity or authentication enabled is that generated auth pages are all static rendered due to HttpContext requirement. .net 8.0 and later enables static SSR components to be posted back and handle form submit. How can we achieve this with radzen form? I wanna keep using radzen all the way, even on identity pages
Author
Owner

@enchev commented on GitHub (Jan 26, 2026):

Check the login page generated by Radzen Blazor Studio when security is enabled. Use our forum in the future for such questions.

@enchev commented on GitHub (Jan 26, 2026): Check the login page generated by Radzen Blazor Studio when security is enabled. Use our forum in the future for such questions.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1960