kiswa / TaskBoard

A Kanban-inspired app for keeping track of things that need to get done. (Don't forget to read the Wiki page!)
http://taskboard.matthewross.me
MIT License
1.38k stars 303 forks source link

Logoff after click on Dashboard #592

Open Real-MJoe opened 3 years ago

Real-MJoe commented 3 years ago

After successfull login and click an the "Dashboard" button, i will be logged off. After relogin the "Dashboard" works fine. When i click at the "Board" button, i will sill log off. :(

Follow error is listed: grafik

Thx in advance.

leoarce commented 3 years ago

no solution yet? get signed out every time i click Boards.

michael1maass commented 3 years ago

In IIS or Apache?

Am 15.09.2021 um 20:19 schrieb Leo A. @.***>:

 no solution yet? get signed out every time i click Boards.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

leoarce commented 3 years ago

Apache

In IIS or Apache?

ngamc commented 2 years ago

I have exactly the same issue after installed to my ubuntu server today. I was able to solve this myself. The reason was I extracted the zip file to a temporary folder and copied all folders and files one by one to /var/www/html. That made me miss a hidden file .htaccess because it is invisible if not appending -a after ls. After copied the hidden file to my web root which is /var/www/html, everything works fine as expected.