Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 967 Bytes

File metadata and controls

24 lines (16 loc) · 967 Bytes
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.

What went wrong?

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

See Also: