79220253

Date: 2024-11-24 14:14:34
Score: 1.5
Natty:
Report link

Adding the "X-Socket-Id" headers to axios request made the work for me, in my case AXIOS_INSTANCE.interceptors.request.use( (request) => { request.headers['X-socket-ID'] = window.Echo.socketId() return request }, (error) => error )

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Henry Carmenate