Hi There,
The following is my branch and I'm trying to create a simple firebase cloud "hosting, functions" for my NextJS application.
Repo
https://github.com/jasdevsidhu12/test-next
Branch
firebase-issue
For the whole of last week I kept trying and trying but I couldn't figure it out why firebase emulators:start --only functions,hosting wouldn't work but firebase deploy --only functions,hosting worked.
Result of firebase emulators:start --only functions,hosting

firebase-debug.log(No errors shown)

Result of firebase deploy --only functions,hosting

To replicate bug
-
clone the Repo
-
npm run serve
Reactions are currently unavailable
Hi There,
The following is my branch and I'm trying to create a simple firebase cloud "hosting, functions" for my NextJS application.
Repo
https://github.com/jasdevsidhu12/test-next
Branch
firebase-issue
For the whole of last week I kept trying and trying but I couldn't figure it out why firebase emulators:start --only functions,hosting wouldn't work but firebase deploy --only functions,hosting worked.
Result of firebase emulators:start --only functions,hosting


firebase-debug.log(No errors shown)
Result of firebase deploy --only functions,hosting

To replicate bug
clone the Repo
npm run serve