Documentación offline Nuxt main

NUXTE7001

main Documentación oficial Licencia MITDescargado el 2026-08-02

En esta página

E7001#

A payload URL was requested with a full URL that includes a hostname. Payloads are always served from the same origin as the app, so a URL with a hostname points outside the app and is rejected.

Resolution#

Pass a relative path instead of a full URL:

loadPayload('/some-page')

::read-more{to="/docs/api/composables/use-nuxt-app#payload"} ::