Replies: 2 comments
-
Afraid I don't have any idea what might actually be happening here - sorry :( |
Beta Was this translation helpful? Give feedback.
0 replies
-
DW as a solution, I can split this query into two and handle the logic in some component. Anyway, I don't know if it helps or not, but I found out that if I add the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings redux developers, newbie here!
I am here to ask for help. I have application in
next.js@14
and redux-toolkit + Query. Everything works smoothly and is really good, but I have this single query which makes me go crazy. So essentially I have followed the reauth guide and each of my query/mutation will have aAuthorization: Bearer <token_please>
in headers. That is fine, until we get to the following query and it's second part. I believe it's the URL change that makes it not to follow the desired behaviour, but I am not sure and I have no idea how to resolve this.The apiUrl function just appends the dynamic versioning ...
/api/v1
,/api/v2
. To keep this issue short, for now I will not provide my baseQuery and my authorizedBaseQuery as it's litterally the same as is in docs. (+- baseUrl, timeout )Please, pretty please, help me solve this, I already spent god knows many hours on this.
Beta Was this translation helpful? Give feedback.
All reactions