My repo is using Sveltekit, Strapi, houdini graphql, tailwindcss, daisyui
Basically, or my routes [[page]] and article/[slug], it'll load slowly (and display the loading animation i've put) even when previewing npm run preview, sometimes it happens on my PC browser, mostly it happens when I browse my site using mobile (even on npm run preview --host to expose the network to my home network so i can access it by phone)
I just made my home page load data from strapi locally, and it also shows the same error, could be my handling with the loading animation?
Please provide a minimal reproduction and clearly describe what is not working: what error is shown?. Do not link your entire project as the number of dependencies makes it difficult to properly diagnose.
Describe the bug
My repo is using Sveltekit, Strapi, houdini graphql, tailwindcss, daisyui Basically, or my routes
[[page]]
andarticle/[slug]
, it'll load slowly (and display the loading animation i've put) even when previewingnpm run preview
, sometimes it happens on my PC browser, mostly it happens when I browse my site using mobile (even onnpm run preview --host
to expose the network to my home network so i can access it by phone)I just made my home page load data from strapi locally, and it also shows the same error, could be my handling with the loading animation?
Reproduction
My website repo
my repo is a monorepo run by (turbo)[https://turbo.build/], you can reproduce this by:
npm run local-cms
to boot up strapi locallynpm run build-frontend
to build frontendnpm run preview
(it has --host) to be able to run what you builtLogs
No response
System Info
Severity
serious, but I can work around it
Additional Information
I can work around it on both PC and mobile by hard reloading while the loading doesn't end, it will show the pages i made