Back to Withastro

Cannot use Server-side Rendering without an adapter.

src/content/docs/en/reference/errors/no-adapter-installed.mdx

latest500 B
Original Source

import DontEditWarning from '~/components/DontEditWarning.astro'

<DontEditWarning />

NoAdapterInstalled: Cannot use server-rendered pages without an adapter. Please install and configure the appropriate server adapter for your final deployment.

What went wrong?

To use server-side rendering, an adapter needs to be installed so Astro knows how to generate the proper output for your targeted deployment platform.

See Also: