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
Fetching the "/api/v1/user" list times out if the number of projects visible to the user is large.
Solution is to iterate over the projects provided in the auth call.
Since this requires parser changes, it is an opportunity to work on #128. However, since the REST API does not support the depth= parameter of the Tastypie API, repeated calls afterwards for location info would be necessary. A new API endpoint is needed: akvo/akvo-rsr#1384
The text was updated successfully, but these errors were encountered:
Fetching the "/api/v1/user" list times out if the number of projects visible to the user is large.
Solution is to iterate over the projects provided in the auth call.
Since this requires parser changes, it is an opportunity to work on #128. However, since the REST API does not support the depth= parameter of the Tastypie API, repeated calls afterwards for location info would be necessary. A new API endpoint is needed: akvo/akvo-rsr#1384
The text was updated successfully, but these errors were encountered: