I have been experimenting for about a week with Netlify Dev. I am using Parcel and netlify functions. Until had things running smoothly and consistently on port 8888, but something I did is now causing me to get a different port each time I run netlify dev -c "yarn start".
This is problematic because I need a consistent url for my OAuth callback. Any thoughts one what I’m doing wrong?
Hi, @DroopyTersen. We do want to point out that currently Netlify Dev is beta software. And it is a publicly accessible repo here:
Please feel free to file issues for things you notice like this.
In the meantime, will the -p option documented here (link below) work for you?
Quoting:
USAGE
$ netlify dev
OPTIONS
-c, --command=command command to run
-f, --functions=functions Specify a functions folder to serve
-o, --offline disables any features that require network access
-p, --port=port Specify port of netlify dev
-l, --live Start a public live session
Please let us know if there are any questions or if this option doesn’t meet your requirement.