Deniz Cakici
Deniz Cakici
I've the same problem on my site. On our setup the User doesn't need to wait it always happens (also on immediate login). I'm using: "next": "14.1.0", "next-auth": "4.24.5",
Still an open issue in v4.24.5. Is this already fixed in another Issue?
Same error here. This is basically no Error, instead is a missing feature. Deeplinking seems to be not implemented. The following projects implements a redirect logic which solves that Issue:...
any updates on that? Same here with: react-query-swagger /tanstack /input:http://localhost:8000/v3/api-docs /output:src/entities/api.ts /template:Fetch /minimal /use-recommended-configuration
I've found a solution. The issue on our side was that our swagger output has no additionalProperties: false flag. So I've customized our swagger generator to add those flags on...