firebase-module icon indicating copy to clipboard operation
firebase-module copied to clipboard

Set SSR to false breaks the build

Open ismail9k opened this issue 4 years ago • 0 comments

Version

@nuxtjs/firebase: 7.6.1 firebase: 8.6.5 nuxt: 2.15.8

Steps to reproduce

  1. Clone this repo: https://github.com/lupas/nuxt-firebase-demo
  2. In nuxt.config.ts file add ssr: false to the configs object
  3. Run npm run build

What is Expected?

Nuxt build successfully

What is actually happening?

Build fails with this error:

image

ismail9k avatar Oct 15 '21 06:10 ismail9k