Skip to content

操作必须与服务器输出一起使用。

ActionsWithoutServerOutputError:需要服务器来创建可调用的后端函数。要将路由部署到服务器,请将适配器添加到 Astro 配置并配置路由以进行按需渲染

¥ActionsWithoutServerOutputError: A server is required to create callable backend functions. To deploy routes to a server, add an adapter to your Astro config and configure your route for on-demand rendering

¥What went wrong?

你的项目必须具有服务器输出才能使用操作创建后端函数。

¥Your project must have a server output to create backend functions with Actions.

也可以看看:

¥See Also:

Astro 中文网 - 粤ICP备13048890号