You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in the summary,
when serving Firebase+Next project build with firebase serve or firebase emulators:start --only hosting,
Firebase shows general 'Not found' or 'Cannot GET ...' errors with no styling instead of generated by Next.js 404 page.
STR
firebase init -> hosting + emulator for hosting
firebase serve or firebase emulators:start --only hosting
Visit localhost:5000/whatever
AB EB
Error page should be the same as when you run next dev
As described in the summary,
when serving Firebase+Next project build with
firebase serve
orfirebase emulators:start --only hosting
,Firebase shows general 'Not found' or 'Cannot GET ...' errors with no styling instead of generated by Next.js 404 page.
STR
firebase init
-> hosting + emulator for hostingfirebase serve
orfirebase emulators:start --only hosting
AB

EB
Error page should be the same as when you run
next dev
Env:
node: v16.19.0
firebase-tools: 11.22.0
next: 13.1.6
The text was updated successfully, but these errors were encountered: