Greetings. I would like to fix it myself, but I don't know where to start.
My backend responds on /api/users with 307 redirect to /api/users/ (slash in the end). However this frontend doesn't handle that redirect.
When I patch sources to query /api/users/, backend responds with 200 and all good.
Can you point what has to be changed to handle 307 redirects?
Greetings. I would like to fix it myself, but I don't know where to start.
My backend responds on
/api/userswith 307 redirect to/api/users/(slash in the end). However this frontend doesn't handle that redirect.When I patch sources to query
/api/users/, backend responds with 200 and all good.Can you point what has to be changed to handle 307 redirects?