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
This approach relies on django.conf.settings.DANDI_API_URL being set to a value that's accessible to the client making the request and may become an issue if the DANDI Archive service is served through more than one domain. Consider using django.http.request.HttpRequest.build_absolute_uri() to obtain the absolute URI of a resource instead. It obtains an absolute URI based on the incoming request being handled.
Additional context
This issue originates from the discussion at #2386 (comment)