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

spaLoadingTemplate = false is not honored #21745

Closed
kanhaic opened this issue Jun 24, 2023 · 4 comments · Fixed by #21739
Closed

spaLoadingTemplate = false is not honored #21745

kanhaic opened this issue Jun 24, 2023 · 4 comments · Fixed by #21739

Comments

@kanhaic
Copy link

kanhaic commented Jun 24, 2023

Environment


  • Operating System: Darwin
  • Node Version: v16.15.0
  • Nuxt Version: 3.6.0
  • Nitro Version: 2.5.1
  • Package Manager: npm@9.6.6
  • Builder: vite
  • User Config: ssr, modules, nitro, spaLoadingTemplate, app, i18n, alias, vite, css, postcss, build
  • Runtime Modules: @formkit/nuxt@1.0.0-beta.9-f64c966, @nuxtjs/i18n@8.0.0-beta.9
  • Build Modules: -

Reproduction

In nuxt.config.ts

set spaLoadingTemplate: false

ssr:false

Describe the bug

The spaloading page is shown even when spaLoadingTemplate is set to false

Additional context

No response

Logs

No response

@elishalon
Copy link

Same here, still seeing it after disabling.

@danielroe
Copy link
Member

Apologies. This should be resolved in #21739.

@graup
Copy link
Contributor

graup commented Aug 2, 2023

@danielroe I updated to the newest version but this screen still shows on first render. Is this not this option?

Screenshot 2023-08-02 at 19 00 00

Copy link
Member

danielroe commented Aug 2, 2023

No, that's just the dev loading screen. It won't be present in your production app.

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

Successfully merging a pull request may close this issue.

4 participants