Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOMException: The user aborted a request. #215

Closed
jamaluddinrumi opened this issue Feb 28, 2023 · 1 comment
Closed

DOMException: The user aborted a request. #215

jamaluddinrumi opened this issue Feb 28, 2023 · 1 comment

Comments

@jamaluddinrumi
Copy link


Expected Behavior

Screen Shot 2023-02-28 at 6 16 22 PM

Current Behavior

Screen Shot 2023-02-28 at 6 12 00 PM

Steps to Reproduce

  1. clone https://github.com/jamaluddinrumi/indomascot.astro
  2. pnpm install
  3. pnpm dev

the swiper with data supplied by storyblok sometimes works & sometimes not

@jamaluddinrumi
Copy link
Author

solved by adding timeout inside storyblok configuration

source: storyblok/storyblok-nuxt#210 (comment)

// nuxt.config.ts

storyblok: {
  accessToken: process.env.STORYBLOK_API_KEY,
  apiOptions: {
    timeout: 60, // add this
  },
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant