cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
124 stars 67 forks source link

Logout does not work correctly #611

Closed cbleek closed 3 years ago

cbleek commented 3 years ago

odm-module3 is deployed to https://staging.yawik.org.

You can login with de demo accounts demo/demo, recruiter/recruiter and admin/admin

It's not possible to logout correctly. You'll get an internal Server error.

You have to remove the remaining cookie before you can open yawik again

Auswahl_999(788)

TiSiE commented 3 years ago

The database was in use with an YAWIK instance which had the Orders module activated. The orders module uses the settings mechanism to add user settings via the InvoiceAddressSettings entity.

~~This is a known issue in YAWIK and we implemented AttachableEntities to solve this.
The settings module needs a proper refactoring though.~~

My bad, the orders module is activated in the staging environment, and still this does not work as expected...

TiSiE commented 3 years ago

Found it. It's an issue in the orders module: https://github.com/yawik/Orders/issues/23

cbleek commented 3 years ago

Thank you