i am using react js with symfony 4.3 and when the token expires and the call to api/token/refresh is made the httponly cookie bearer token is deleted and refresh token seems to not work it always return code 401 and message authentication exception occured; ps i just used the same code u made and my frontend is totally sepreat from symfony backend