Axel

Results 8 comments of Axel

Thanks for getting back to me! I upgraded but I still have issues. I get this error in the console now, I don't think I got it before (I also...

I changed my middleware to this, now I don't get the warning I just mentioned. But still, the request in unauthorized: ``` export default defineNuxtRouteMiddleware(async (to, from) => { const...

I can see that the cookie is passed along now! So your library is doing what is expected :) The graphql api is built with Nestjs, and uses the express-session...

From what I can see it looks like the nuxt ssr mode gets it's own session id and cookie. When the graphql queries run in SPA mode, it's the cookie...

> @MrTeapot I am finding the same thing. Console logging out the gqlState in my server middleware shows the correct headers but my GraphQL API receives another. Although it seems...

Thanks for getting back to me. Oh nice, I didn't realize that functions are generated like that! Cool stuff. I'll give it a try and then post my solution here....

> This way we wouldn't need to define custom refs to keep track of data and assign it. I agree, that would be way cleaner! Atm I'm using a composable...

I am also trying to make this work with parallax. Any ideas?