I’m using the netlify CLI and developing some netlify functions.
Using netlify dev
, process.env.URL
returns http://localhost:8888
as expected.
Until earlier today, I’m 99% certain that until earlier today, when using netlify functions:serve
, process.env.URL
returned http://localhost:9999
. Now it returns undefined
. Any idea what might have changed or how I can troubleshoot this?