-
Notifications
You must be signed in to change notification settings - Fork 43
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
Get token is failed on Redmine 3.3 #218
Comments
I seem to be having a similar issue setting up a new connect (first use, not successful yet, may be stupid user problem). My server uses a basic auth layer, which I see traversed successfully. I can get a token and log in - the token field shows "Oe3c75.... 40 characters" - it appears the token has been granted and saved but when I try to log in to the server it times out silently on the client and the server log shows:
|
Thank you for reporting. We continue to fix this. |
Thanks, I'm happy to test any patches. |
Recent redmine, api key can be get from my_apikey. First try to get my/api_key. If failed, try to access my/account to get the token.
Thank you for following this issue. |
Running Beta now. Log in successful, but nothing rendered in the app - only the "project" tab causes anything to happen server side, neither "favourites" nor "recent" does anything. ip/basic auth [14/Nov/2018:13:17:01 -0800] "GET /issue_statuses.xml HTTP/1.1" 401 - "-" "Dalvik/2.1.0 (Linux; U; Android 7.0; HUAWEI NXT-L29 Build/HUAWEINXT-L29)" ip/basic auth [14/Nov/2018:13:17:03 -0800] "GET /users.xml HTTP/1.1" 401 - "-" "Dalvik/2.1.0 (Linux; U; Android 7.0; HUAWEI NXT-L29 Build/HUAWEINXT-L29)" ip/basic auth [14/Nov/2018:13:17:05 -0800] "GET /users/current.xml HTTP/1.1" 401 - "-" "Dalvik/2.1.0 (Linux; U; Android 7.0; HUAWEI NXT-L29 Build/HUAWEINXT-L29)" ip/basic auth [14/Nov/2018:13:17:06 -0800] "GET /trackers.xml HTTP/1.1" 401 - "-" "Dalvik/2.1.0 (Linux; U; Android 7.0; HUAWEI NXT-L29 Build/HUAWEINXT-L29)" ip/basic auth [14/Nov/2018:13:17:08 -0800] "GET /enumerations/issue_priorities.xml HTTP/1.1" 401 - "-" "Dalvik/2.1.0 (Linux; U; Android 7.0; HUAWEI NXT-L29 Build/HUAWEINXT-L29)" ip/basic auth [14/Nov/2018:13:17:10 -0800] "GET /enumerations/time_entry_activities.xml HTTP/1.1" 401 - "-" "Dalvik/2.1.0 (Linux; U; Android 7.0; HUAWEI NXT-L29 Build/HUAWEINXT-L29)" ip/basic auth [14/Nov/2018:13:17:12 -0800] "GET /projects.xml?limit=20 HTTP/1.1" 401 - "-" "Dalvik/2.1.0 (Linux; U; Android 7.0; HUAWEI NXT-L29 Build/HUAWEINXT-L29)" |
I can confirm this still happens, using Redmine 3.3.1.stable in Debian 9.13. Time to upgrade and test again. Does this work on Redmine 4.x ? |
Upgraded to Redmine 4 in Debian 10 and I was able to reproduce this same problem. |
Hi, |
T/O
The text was updated successfully, but these errors were encountered: