Nils Wiesinger
Nils Wiesinger
Fyi you guys that have failing builds with the new patch can use npm/yarn dep overwrites/resolutions to pin the Version to 3.5.0. Maybe the workaround did not work for me...
@waldi @vhovorun If you guys have a reproduction I'd highly recommend opening up a dedicated issue as this one is more related to client side navigation
fyi for future readers: Setting `:table-min-height="0"` or whatever you need as prop passed to the table instance does the trick
Ran into the same issue, the alias workaround fixed the issue for me. Not an idea solution ofc but it works
@madebyfabian Have you found a solution/workaround for this? 🤔
What we did is grab the jwt from the headers of the request, verify and parse it on the server and get user data injected into server context that way,...
@Jimmyzm There is a bit of custom logic around how `watch` is handled (which makes sense) and so there's a minor adjustment needed. Can check the PR here: #167
Also running into this issue unfortunately. Tried setting the callbackUrl in the signIn method and the baseURL in the auth prop of the nuxt config as well as the devServer...
Hey everyone! We've just noticed this after adding caching to our api routes where suddenly every api response is cached with someone elses Set-Cookie for entire session tokens, csrf tokens...
Hey @phoenix-ru, first off, #673 sounds fantastic, so thanks for that! Regarding the repro, I wrongly assumed that one of the other comments already provided one. I've seen you already...