-
-
Notifications
You must be signed in to change notification settings - Fork 718
Closed
Labels
Description
Environment
- Operating System:
Darwin
- Node Version:
v22.10.0
- Nuxt Version:
3.15.4
- CLI Version:
3.21.1
- Nitro Version:
2.10.4
- Package Manager:
[email protected]
- Builder:
-
- User Config:
modules
,target
,image
,sitemap
,app
,css
,content
,devServer
,features
,vue
,vite
,gtm
,runtimeConfig
,nitro
,routeRules
,build
,optimization
,multiCache
,aos
,devtools
,compatibilityDate
- Runtime Modules:
@nuxt/[email protected]
,@nuxt/[email protected]
,[email protected]
,[email protected]
,[email protected]
,[email protected]
,@zadigetvoltaire/[email protected]
,@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,@nuxt/[email protected]
- Build Modules:
-
Version
v3+
Reproduction
Description
When DB init takes more that 100s, the Cloudflare timeout takes on and returns.
I hope the query finishes but it's hard to make sure of.
Would it be better to do this init as a "fire and forget"?
We could send a flag with each dataset saying "initializing" so we can tell users what is happening and still communicate a progress.
Even better we could have a ProgressBar component telling where we are.
Additional context
No response