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
Whenever I try and create a task in Eclipse, I get a 405.
Whenever I try and edit an existing task in Eclipse, I get a 404.
Tasks can be edited fine in Redmine directly, and querying and syncing to Redmine from Eclipse works flawlessly.
There are no errors in my nginx logs, and the redmine production log shows
Started GET "/redmine/mylyn/token?key=xxxxxxxxxxxxxxxx" for 10.1.2.7 at 2014-11-21 15:10:07 +0000
Processing by MylynConnector::InformationController#token as TEXT
Parameters: {"key"=>"xxxxxxxxxxxxxxxxx"}
Current user: sdfg2 (id=3)
Completed 200 OK in 3.8ms (Views: 0.2ms | ActiveRecord: 0.8ms)
which looks fine to me.
Anyone got any ideas?
The text was updated successfully, but these errors were encountered:
Whenever I try and create a task in Eclipse, I get a 405.
Whenever I try and edit an existing task in Eclipse, I get a 404.
Tasks can be edited fine in Redmine directly, and querying and syncing to Redmine from Eclipse works flawlessly.
There are no errors in my nginx logs, and the redmine production log shows
Started GET "/redmine/mylyn/token?key=xxxxxxxxxxxxxxxx" for 10.1.2.7 at 2014-11-21 15:10:07 +0000
Processing by MylynConnector::InformationController#token as TEXT
Parameters: {"key"=>"xxxxxxxxxxxxxxxxx"}
Current user: sdfg2 (id=3)
Completed 200 OK in 3.8ms (Views: 0.2ms | ActiveRecord: 0.8ms)
which looks fine to me.
Anyone got any ideas?
The text was updated successfully, but these errors were encountered: