-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
API returns duplicates of same assets #2061
Comments
Is it possible to check if this issue is happening to other users as well @jnm? |
@noliveleger, if you have time to look at this, please jot a note here. Otherwise, I'll try to get to it as quickly as time permits. On OCHA:
Yet while logged in as |
I ran a one-off container on OCHA ( Line 104 in 3d04616
runserver_plus listening on localhost , and made a request to the /assets endpoint using integral 's token:
|
Description
The API call for a list of assets for a particular user returns 26 assets 46 times each. The duplicates share the same
uid
. (User-specific details here.)Steps to Reproduce
Expected
Each asset
uid
is listed only onceActual behavior
Instead, 26 assets are listed 42 times.
Additional details
User reported that they tried to delete copies but they re-appeared following deletion (through the UI).
The text was updated successfully, but these errors were encountered: