Some background information:
- I use Local by Flywheel to develop Wordpress sites.
- I use the terminal on my Mac to run a Node.js environment when developing Node.js apps.
Up until just recently, I’ve always used my Mac terminal to run my local environment on port 3000 (localhost:3000). Though, after installing Local by Flywheel and using it for about 5 days when developing Wordpress sites, all of a sudden my Node.js app cannot successfully submit POST requests.
When I submit a form, it just buffers and buffers. When I check my Node.js logs, it acts like the form was never submitted.
So my question is, would Local by Flywheel somehow affect my other localhost server (they are never running at the same time)?
It may have nothing to do with what I’m experiencing, but I’m trying to narrow down what might be happening because I have no idea what’s going on.
Any ideas would be a ton of help!