Guillaume Chervet

Results 534 comments of Guillaume Chervet

Thank you again all for your feedbacks. These error with the service worker is a normal behavior. I need to find a way to not display it. @mlsmaycon , do...

Thank you very much @mlsmaycon for the video. You may for that case wait the end of the synchronisation like done here => https://github.com/AxaGuilDEv/react-oidc/blob/bfd3784f626e03c3700a0058b27a913410580e8e/packages/react/src/oidc/FetchToken.tsx#L31 I have not found better solution...

Hi @tielushko , you may use the fetch provided by useFetch hook given by react oidc. It is compatible with react query and will wait for tokens to be sync...

Hi @inomn, the logs come from appauthjs used behind the seen. I have start to dig how to remove it but it is hidden. I am thinking more more to...

Hi @tielushko , here how i use fetch=> https://github.com/AxaGuilDEv/ml-cli/blob/master/src/Ml.Cli.WebApp/ClientApp/src/Server/withCustomFetch.js I inject fetch in my component as a dependency (to make code testable) And i inject it by composition => https://github.com/AxaGuilDEv/ml-cli/blob/0ceccf0f6503437a83cd16a84aaf5497c20456a7/src/Ml.Cli.WebApp/ClientApp/src/Server/Dataset/Add/New/New.container.js#L201

Yes i think i can hide the error.

I just published a new fix version 6.6.5. It seem to work. @inomn

yeah @inomn thank you, I am seraching how to fix this. it is a magic error :/

Hi @beanovar , It is a browser limitation. When a tab is inactive javascript have very few time to execute (that make fetch fail). I have to try to do...

Yes i can make the behavior better for classic renew, but after a certain amount of time the browser does not give enough time to javascript to fetch. The silent...