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
Thank you team for working on this much needed capability. It will help a few sites of mine be able to retire a mess of bash scripts that we use in our monorepo to deploy a Next.js site and Functions to Cloud Run as independent services.
My current project's directory setup looks like the following
/packages
/functions
/shared
/web
firebase.json
I can get the site to appear at the port I've specified, but the page does not auto-reload on changes, and I cannot manually reload to see edit's I've made to the Next.js / React source code, as one might expect.
Can you please advise how I should have these configuration files setup to enable livereload for editing and development of the site?
/web is a Next.js site, which I'm trying to serve through firebase emulators:start using firebase.json file below.
Hey @subimage! Thank you for filing an issue. We don't have support for this just yet, but we have it on our radar. There are some quirks we need to get right so it's a great dev experience.
@jamesdaniels If there is any configuration option to disable dev-mode manually?
Due to my issues with emulator (#63 and #64), I would now use next dev and run my app at localhost:3000 with proxying some specific routes to hosting at localhost:5000 so that my hosting rewrites to cloud functions work as expected.
But as now hosting emulator also uses dev-mode, I can't determine phase in next.config.js to avoid proxy looping.
Uh oh!
There was an error while loading. Please reload this page.
Thank you team for working on this much needed capability. It will help a few sites of mine be able to retire a mess of bash scripts that we use in our monorepo to deploy a Next.js site and Functions to Cloud Run as independent services.
My current project's directory setup looks like the following
I can get the site to appear at the port I've specified, but the page does not auto-reload on changes, and I cannot manually reload to see edit's I've made to the Next.js / React source code, as one might expect.
Can you please advise how I should have these configuration files setup to enable livereload for editing and development of the site?
/web
is a Next.js site, which I'm trying to serve throughfirebase emulators:start
usingfirebase.json
file below.The text was updated successfully, but these errors were encountered: