davidroyer / nuxt2-ssr-firebase

Nuxt2 Universal App with SSR via Firebase Functions and Firebase Hosting
https://nuxt2ssrfire.firebaseapp.com
50 stars 11 forks source link

504 Gateway timeout when deployed on firebase #2

Open WeAspireDev opened 6 years ago

WeAspireDev commented 6 years ago

It runs locally when I run. yarn serve but fails when deployed on server. I followed the exact same steps got no error. I am on node 8.12

infostatus commented 6 years ago

Yes. This is broken on the firebase side for some weeks now. They changed something that broke this code. I've reached to them but they didn't investigate much further. Conclusion of all this is that SSR with firebase is still very green and unreliable and unusable for now.

gregtap commented 5 years ago

Any updates ?

April 2018, using latest Nuxt instead of nuxt-edge is close to be working.

I am Investigating Failed to emulate nuxtssr on yarn serve

humanagent commented 5 years ago

any news?

andrewmccrink commented 3 years ago

I ran into the same issue using this project. I went back to https://github.com/davidroyer/nuxt-ssr-firebase, and got it working perfectly and it's super fast. However once I upgraded to Nuxt 2 I get the same timeout errors. @davidroyer, do you know what is it about Nuxt 2.0 that causes this?