Back to Withastro

Cannot use Server Islands without an adapter.

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

latest457 B
Original Source

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

<DontEditWarning />

NoAdapterInstalledServerIslands: Cannot use server islands without an adapter. Please install and configure the appropriate server adapter for your final deployment.

What went wrong?

To use server islands, the same constraints exist as for sever-side rendering, so an adapter is needed.

See Also: