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

Unable to like/dislike some events #6762

Closed
1 of 2 tasks
rob729 opened this issue Jan 22, 2020 · 1 comment · Fixed by #6764
Closed
1 of 2 tasks

Unable to like/dislike some events #6762

rob729 opened this issue Jan 22, 2020 · 1 comment · Fixed by #6764

Comments

@rob729
Copy link

rob729 commented Jan 22, 2020

Describe the bug
Unable to like/dislike some events in the open event attendee app.

Expected behavior
The user should be able to like/dislike the events without any error.

Additional context
URL: https://open-event-api-dev.herokuapp.com/v1/user-favourite-events
Response:

{"errors": [{"status": 409, "source": {"pointer": "/data/relationships/event"}, "title": "Conflict", "detail": "Event already favourited"}], "jsonapi": {"version": "1.0"}}

URL: https://open-event-api-dev.herokuapp.com/v1/user-favourite-events/16
Response:

{"errors": [{"status": 404, "source": {"pointer": ""}, "title": "Object not found", "detail": "Object Not Found"}], "jsonapi": {"version": "1.0"}}

Would you like to work on the issue?

  • Yes
  • No
  • Other:
@codedsun
Copy link
Contributor

@rob729 Thankyou for opening an issue, We also mention the client-side issue which was created for reference.

fossasia/open-event-attendee-android#2553

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants