2024-CMPU9010-GROUP-3 / magpie

Group 3 project for the TU Dublin ASD/DS masters course
GNU Affero General Public License v3.0
5 stars 0 forks source link

Bug: Cookies not getting set after login #406

Closed ankraus closed 1 week ago

ankraus commented 2 weeks ago

There is currently a bug in the frontend where the cookies are not getting set correctly, even if the magpie_cookies_accepted cookie is present in the browser. This issue is down to the asynchronous handling of cookies, which doesn't play nicely with the useEffect hooks that are currently present in the SessionContext