indication / OpenRedmine

Open Redmine
http://indication.github.io/OpenRedmine/
88 stars 44 forks source link

Cannot sync data with redmine server #201

Open a2t2 opened 7 years ago

a2t2 commented 7 years ago

I am trying to test the openredmine app with my redmine server. I can login from the app, and can see issues related to projects. But when I try to make some change (e.g. add a note/comment to an issue, try to change a status etc. ), it doesn't sync the changes to the server. The app only displays "Has been saved to remote". The data shown in the app remains the same. It seems its not able to post data to the server.

My server environment is as follows:


Environment:
  Redmine version            2.5.2.devel
  Ruby version                  2.1.5-p273 (2014-11-13) [x86_64-linux-gnu]
  Rails version                  4.1.8
  Environment                  production
  Database adapter          Mysql2
SCM:
  Filesystem                     
Redmine plugins:
  no plugin installed

Is there any configuration on the server that needs to be enabled ?

I am logging in using HTTPS (basic auth). I enabled REST web service in the authentication settings on the server.

I tested my server with play store app RedminePM, and it can work fine with my server. The differences I observed were the following:

  1. RedminePM uses JSON, while OpenRedmine uses XML
  2. RedminePM attaches a key argument in the query string when making PUT requests. I didn't observe that with OpenRedmine