gandol

Results 11 comments of gandol

try this one on _frontend/src/context/Auth/useAuth.js_ on line 30 `if (error?.response?.status === 403 && !originalRequest._retry) { if(localStorage.getItem("token")){ originalRequest._retry = true; const { data } = await api.post("/auth/refresh_token"); if (data) { localStorage.setItem("token",...

this issue still happen - login normaly and you redirect to ticket page - go back until see the dashboard page - go to ticket page again, you will get...

https://media2.giphy.com/media/0eMMUFAINUPMlfHUuD/giphy.gif

> in the last version 3.0 I had to add codeccommander to solve the hissing issue, after that all works fine. solved with this

try this solution dude [#37 ](https://github.com/januslo/react-native-bluetooth-escpos-printer/issues/37#issuecomment-473918514) work for me

previous code not realy filter the cc, i just update it

yeah its true, if the cc was not filtered set because of this `if s.config.Location != nil ` so the filter can run only if the cc was set before...

try using `yishun` in `CityFlag` config the result not only shown list of server from cc of `SG` but there is server from `MY` and `ID` to

> For now, I think the best way is to add a `--cc` flag to filter them: > > 1. disabled by default. > 2. auto attach by ookla's API....

@r3inbowari check my last commit, like that what you mean ?