André Silva
André Silva
I am having the same problem. I am also using local provider. Everything works in development and production mode while in localhost. But when I build the app in a...
> I am having the same problem. I am also using local provider. Everything works in development and production mode while in localhost. But when I build the app in...
I realized that the api calls that are performed again after logging in, are those which have the token in the headers and are called using **useFetch()**. I changed to...
> Hi @andre-silva9975 👋 > > As mentioned by @warflash, `useFetch` will re-run anytime that the dependencies passing into it are updated. In this case, you reference `const { token...
Hello I had a similar issue and I solved it by clearing the browser data. But before doing that, try checking if the problem is solved in an incognito browser...