Aitor
Aitor
The same happens to me. After token expires the `useKeycloak`doesn't return the new token so the subsequent requests fail. I can see the token being renewed but useKeycloak doesn't get...
Maybe it's a feature of FaustJS that uses the GraphQL endpoint to get the page data to generate it at NextJS' build time. I'll try to go deep into this....
Any update on this? it is merged?
Steps to reproduce it in Vercel (staging) 1- Enter in https://elizabeth-eakins-2021-koalition.vercel.app/ 2- click “our story” 3- Click “Rugs” 4- Click “From the farm” See the LOOP in dev tools
Yeah, It couldn't be possible to make it this week. But we'll definitely do it for the next week. Many thanks. Gracias.
> Hello @mediashane I was also trying to clone the repo and try it locally. Unfortunately the local dev setup fails with a GraphQL Error during pre-rendering: > > ```...
If this works, please merge that PR. Thanks Fabian for your work!
I don't remember right now. I forked this repo and switch the code into VanillaJS. https://github.com/aitoraznar/loopback-component-admin/ However, this admin isn't very usable for me.
Hi @justdvl, did you set up the endpoint URL? `const client = new Client(`${process.env.NEXT_PUBLIC_WORDPRESS_URL}/wp-json`); ` I'm a developer that started using this library a week ago and it worked for...