noahgsolomon / Codefoli

Building portfolio websites for developers who have better things to do
https://codefoli.com
MIT License
74 stars 12 forks source link

AWS EC2 instance not able to set cookie in browser #14

Closed noahgsolomon closed 1 year ago

noahgsolomon commented 1 year ago

everything in the backend in the production/aws-ec2 branch works just perfectly except settings cookies and maybe also retrieving them but I think only setting them is the problem. The cookies are set in CustomAuthenticationSuccessHander.java where the problem lies. Everything except setting cookie works