mtierltd / timetracker

GNU Affero General Public License v3.0
82 stars 27 forks source link

wrong url to get user information #146

Open Frischid opened 2 years ago

Frischid commented 2 years ago

Hi,

first of all, thank you for this great app!

I am facing an issue when trying to lock a project to users. It tries to get user information from _https://my.domain.com/index.php/ocs/v2.php/cloud/users/details?offset=0&search=&_type=query&_=1633865605329_ which fails with code 302. This ends up in the same error as shown in the screenshot of #121. However, if I manually resend the request with the same header but without index.php in the url, it works and returns json data containing the user information (_https://my.domain.com/ocs/v2.php/cloud/users/details?offset=0&search=&_type=query&_=1633865605329_).

Perhaps this has to do something with #144? We use nextcloud 22.2.0 on a subdomain with timetracker version 0.0.72 I can't tell if it worked before #144 because we installed and tried timetracker today for the first time.

Elliot-Construct commented 2 years ago

This is still an issue Duplicate of #152