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?
In the image below:
- Parcel is consistently port
1234
- Functions are consistently port
34567
- The netlify dev port is different each time