cannot login after upgrading from 16.4 to 17.1 #22595
-
|
Hey not sure if anyone else have the similar issue as i am observing right now. my frigate is running with Synology container manager with almost exact compose file with below but only the highlight enabled in the device section. after upgrading to 17.1, i am seeing error being reported from the container manager, while at the same time, when i try to login, it gives me error as below. not sure the 127.0.0.1:5000/5001 is mandatory now? as synology use these 2 ports as default ones which can't be modified. is there anything i should change in the compose file to make the system working again? Thanks!
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
The error you're seeing indicates that Frigate's internal nginx is trying to connect to port 5001 for authentication but the connection is being refused. This is an internal port conflict issue on your Synology NAS. Frigate uses these ports internally: (1)
The error message shows nginx trying to reach Possible solutions:
auth:
reset_admin_password: trueThe 502 error on login suggests the backend authentication service isn't responding, which points to a startup problem rather than a port mapping issue. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
You'll want to read the breaking changes in the 0.17 release notes. One common symptom of Frigate not completely starting is related to the |
Beta Was this translation helpful? Give feedback.
-
|
just saw that after posting, it's in the discussion category, earlier searching the issue space, didn't find anything. thanks! fixed after enforcing the resolution |
Beta Was this translation helpful? Give feedback.


You'll want to read the breaking changes in the 0.17 release notes. One common symptom of Frigate not completely starting is related to the
detectresolution for your cameras.