Getting AxiosError when using $fetch() with Nuxt3

For Workers & Pages, what is the name of the domain?

riotnexus.io

What is the error message?

There is no suitable adapter to dispatch the request since :\n- adapter xhr is not supported by the environment\n- adapter http is not available in the build"

What is the issue or error you’re encountering

Whenever $fetch() executed, I’m always encountering the AxiosError

What steps have you taken to resolve the issue?

  1. I tried implementing this fix:
    Workers not working with $fetch · Issue #297 · nuxt-hub/core · GitHub

  2. I’ve tried setting the compatibility date to Sept 2, 2024 in the settings of the Pages

  3. I’ve tried using wrangler.toml to set compatibility date to Sept 22, 2024

  4. I’ve added compatibility_flags set to “nodejs_compat”

What are the steps to reproduce the issue?

I’ve submitted a contact form from the website.

Screenshot of the error