mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web): websocket over ipv6 (#11508)
This commit is contained in:
parent
2c05ceaf50
commit
1f0f880ecb
3 changed files with 30 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ export interface Events {
|
|||
on_new_release: (newRelase: ReleaseEvent) => void;
|
||||
}
|
||||
|
||||
const websocket: Socket<Events> = io('', {
|
||||
const websocket: Socket<Events> = io({
|
||||
path: '/api/socket.io',
|
||||
transports: ['websocket'],
|
||||
reconnection: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue