Skip to content

Astro.clientAddress 在静态模式下不可用。

StaticClientAddressNotAvailable:Astro.clientAddress 仅在使用 output: 'server'output: 'hybrid' 时可用。如果你需要 SSR 功能,请更新你的 Astro 配置。

¥StaticClientAddressNotAvailable: Astro.clientAddress is only available when using output: 'server' or output: 'hybrid'. Update your Astro config if you need SSR features.

¥What went wrong?

仅当启用 服务端渲染 时,Astro.clientAddress 属性才可用。

¥The Astro.clientAddress property is only available when Server-side rendering is enabled.

要在静态模式下获取用户的 IP 地址,可以在 客户端脚本 中使用不同的 API(例如 Ipify),或者也可以使用托管提供商托管的无服务器功能来获取用户的 IP。

¥To get the user’s IP address in static mode, different APIs such as Ipify can be used in a Client-side script or it may be possible to get the user’s IP using a serverless function hosted on your hosting provider.

也可以看看:

¥See Also:

Astro 中文网 - 粤ICP备13048890号