mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 00:04:05 +09:00
fix(web): websocket over ipv6 (#11508)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user