You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the generated href sent to frontend does not contain any request param
In the object generated at the end of the above code, href is alright. But it has lost its query params by the time the response is sent back to the client.
The path variables are ok.
Now for the weirdest part : it is not happening consistently!
For the same version of my webapp (same commit), on the same deployment environment, the bug may or may not appear.
When it does appear, it is appearing consistently : alls links generated like this always lose their query params.
I never reproduced it on localhost.
Have you ever seen anything like this?
Any path I could investigate?
Thanks
The text was updated successfully, but these errors were encountered:
Using HAL+json with spring-hateoas v2.2.5 in an app using Springboot v 3.2.X
For links generated like this
the generated href sent to frontend does not contain any request param
In the object generated at the end of the above code, href is alright. But it has lost its query params by the time the response is sent back to the client.
The path variables are ok.
Now for the weirdest part : it is not happening consistently!
For the same version of my webapp (same commit), on the same deployment environment, the bug may or may not appear.
When it does appear, it is appearing consistently : alls links generated like this always lose their query params.
I never reproduced it on localhost.
Have you ever seen anything like this?
Any path I could investigate?
Thanks
The text was updated successfully, but these errors were encountered: