TaskBoard icon indicating copy to clipboard operation
TaskBoard copied to clipboard

can't login : Matching API call not found

Open olaulau opened this issue 5 years ago • 2 comments

Describe the bug unable to login, receiving this JSON : { message: "Matching API call not found." }

To Reproduce Steps to reproduce the behavior:

  • fresh install of TaskBoard v1.0.2
  • go to site root URL
  • try any credential, the POST query will fail everytime

Expected behavior POST query should check credentials and redirect to application if ok

Please complete the following information:

  • debian testing
  • apache & PHP from deb sury

Additional context seems to fail only in few cases : under userdir and FPM. with mod_apache, works great.

olaulau avatar Oct 19 '20 16:10 olaulau

FPM usage requires some modifications to the .htaccess as documented here.

Not sure why userdir would cause any issues.

kiswa avatar Oct 23 '20 12:10 kiswa