Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error creating wishlist in group #37

Closed
TheToby1 opened this issue Oct 4, 2024 · 4 comments
Closed

Error creating wishlist in group #37

TheToby1 opened this issue Oct 4, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@TheToby1
Copy link

TheToby1 commented Oct 4, 2024

Steps to reproduce:

  • Create a group
  • Click into the new group
  • 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.

@aunefyren
Copy link
Owner

Thank you for the detailed issue. Fixed in v2.0.8.

@TheToby1
Copy link
Author

TheToby1 commented Oct 4, 2024

It doesn't seem to have worked. I'm still getting the same error.

@aunefyren
Copy link
Owner

Could it be your browser cache? Try incognito mode.

@aunefyren aunefyren added the bug Something isn't working label Oct 5, 2024
@TheToby1
Copy link
Author

TheToby1 commented Oct 5, 2024

Yep, clearing the cache worked! Thanks for the quick responses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants