| title | Cannot use Server Islands without an adapter. |
|---|---|
| i18nReady | true |
| githubURL | https://github.com/withastro/astro/blob/main/packages/astro/src/core/errors/errors-data.ts |
import DontEditWarning from '~/components/DontEditWarning.astro'
NoAdapterInstalledServerIslands: Cannot use server islands without an adapter. Please install and configure the appropriate server adapter for your final deployment.
To use server islands, the same constraints exist as for sever-side rendering, so an adapter is needed.
See Also: