cyverse/atmosphere

Missing the atmo_sessionid in the api request

xuhang57 opened this issue · 8 comments

Not really know how to explain this. This is v27 and I log in with using keystone auth backend.

It fails at login(request,login) and I think it is because it is missing the SESSION_KEY in the request.session` So that DRF doesn't work well.

Related Issue: cyverse/django-cyverse-auth#13

using django-cyverse-auth-1.0.15 fixes this issue. So the problem is between version 1.1.0 and 1.1.1.

@xuhang57 - have you tried to 1.1.3b yet?

@lenards Tried the latest version and I think the problem still persists. This is hard to debug since the Python traceback is not really helpful.

solved

Thank you for following up Lucas (and for reporting the issue promptly).