fluffi icon indicating copy to clipboard operation
fluffi copied to clipboard

DashSync Issues

Open p0wer0xff opened this issue 3 years ago • 1 comments

sometime ago, somewhere we broke the compatibility between socket.io versions in flask and js. also, we apparently need a cors header now.

CORS: socketio = SocketIO(app, cors_allowed_origins="*")

socket.io: slim is called min now, and current master works with current socketio-flask server. fixed in prod, will need to update this in the repo soon.

p0wer0xff avatar Mar 08 '21 15:03 p0wer0xff

should be fixed by a541d6c4f9d39e7604fce3b404053de552e8c85d

TeamFLUFFI avatar Oct 11 '21 11:10 TeamFLUFFI