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
On the latest release of macOS Monterey, the Control Center app uses port 5000. I remember hearing about this, but I just spent 10 minutes trying to figure out why my lucky app would work for a bit and then I would start getting 403 Forbidden responses. This is not something we can reasonably expect developers to know about, so I think it might be best to change it to something else.
wow... 😐 shame on them for using that port... I haven't upgraded yet, but I can see how frustrating that would get real quick if you had no clue what to look for. Should we use 4999? 😂
Edit: After reading more of that thread, and then reading through this list of reserved ports apparently, it's more shame on us... Maybe we use 3000? Looking at that list, it seems there's more products using 5000, and 3000 is geared more towards dev servers.
On the latest release of macOS Monterey, the Control Center app uses port 5000. I remember hearing about this, but I just spent 10 minutes trying to figure out why my lucky app would work for a bit and then I would start getting 403 Forbidden responses. This is not something we can reasonably expect developers to know about, so I think it might be best to change it to something else.
It is defined here
lucky_cli/src/web_app_skeleton/config/watch.yml
Line 2 in 6d247a4
Might be worth noting that browsersync has it's own port of 5001, I believe, and doesn't have problems.
The text was updated successfully, but these errors were encountered: