Back to Nuxt

NUXT_E7001

docs/errors/e7001.md

4.5.2365 B
Original Source

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:

ts
loadPayload('/some-page')

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