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

nuxt generate static calls asyncData with firebase serve #9774

Open
gabrielsze opened this issue Sep 9, 2021 · 1 comment
Open

nuxt generate static calls asyncData with firebase serve #9774

gabrielsze opened this issue Sep 9, 2021 · 1 comment

Comments

@gabrielsze
Copy link

gabrielsze commented Sep 9, 2021

First off, thanks @danielroe for the PR to close issue #9734.

I fired up the repro that I shared and it worked for the edge cases with "&", and while serving via npx nuxt serve works, but on using firebase on my main app to serve firebase serve, still calls asyncData after the pages are generated - same issue #9734 for brand names with "&".

Versions

  • nuxt-edge: 2.16.0-27184333.6f94b1f9

Reproduction

https://github.com/gabrielsze/nuxtStaticTest

Steps to reproduce

  • run npm run generate
  • Instead of immediately serving via npx nuxt serve, do a firebase init, create a dummy firebase project, and once the firebase setup is done, run firebase serve
  • fire up localhost:5000
  • console log happens for Mixed Grill & Greens and The Coffee Bean & Tea Leaf

What is Expected?

What is actually happening?

  • asyncData is console logging on generated pages when using firebase serve for routes with "&".
@gabrielsze gabrielsze changed the title nuxt generate static calls asyncData when serving files with firebase nuxt generate static calls asyncData with firebase serve Sep 9, 2021
@stale
Copy link

stale bot commented Apr 27, 2022

Thanks for your contribution to Nuxt!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you would like this issue to remain open:

  1. Verify that you can still reproduce the issue in the latest version of nuxt-edge
  2. Comment the steps to reproduce it

Issues that are labeled as pending will not be automatically marked as stale.

@stale stale bot added the stale label Apr 27, 2022
@danielroe danielroe added the 2.x label Jan 18, 2023
@stale stale bot removed the stale label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants