Skip to content

No matching renderer found.

Unable to render COMPONENT_NAME. There are RENDERER_COUNT renderer(s) configured in your astro.config.mjs file, but none were able to server-side render COMPONENT_NAME.

None of the installed integrations were able to render the component you imported. Make sure to install the appropriate integration for the type of component you are trying to include in your page.

For JSX / TSX files, @astrojs/react, @astrojs/preact or @astrojs/solid-js can be used. For Vue and Svelte files, the @astrojs/vue and @astrojs/svelte integrations can be used respectively

See Also: