Community
Participate
Working Groups
Clone details page does not reload after login. It only shown error [Object object]
The problem was when we had combination of 401 and 202 response. In this case the correct response was returned in errback instead of callback. This is because we do a chain of xhr calls as promisses not create our own dojo.deferred and callback it when necessary. Unfortunately I had to change every method in gitClient.