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
Scroll down and try to "Create a new wishlist in this group"
What should happen:
A new list with the current user as the owner should appear.
What happens:
Error saying "Failed to parse request." will appear at the top of the page because the browser gets a 400 from the API.
The logs contain the following line:
Failed to parse request. Error: json: cannot unmarshal number into Go struct field WishlistCreationRequest.group of type *uuid.UUID
Let me know if you need any other information.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
What should happen:
A new list with the current user as the owner should appear.
What happens:
Error saying "Failed to parse request." will appear at the top of the page because the browser gets a 400 from the API.
The logs contain the following line:
Failed to parse request. Error: json: cannot unmarshal number into Go struct field WishlistCreationRequest.group of type *uuid.UUID
Let me know if you need any other information.
The text was updated successfully, but these errors were encountered: