TaskBoard
TaskBoard copied to clipboard
can't login : Matching API call not found
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.
FPM usage requires some modifications to the .htaccess as documented here.
Not sure why userdir would cause any issues.