If your component has a Form tag without an action attribute the Razor renderer is trying to set the action to the current route. But since you are using static rendering the HtmlNavigationManager isn't initialized, which is used to set the route of the action attribute. You can prevent this by setting the action attribute yourself, maybe a # is enough (haven't tried that myself)