When trying to log in. The cookies SOLID uses are not stored. It works on the local version, however we are not able to find why it doesn't work on the deployed one. This makes no sense as the code should work in both cases.
It was checked with postman that the api in the public ip with port 8800 is working and make requests correctly so the error is discarded to be from the api
When trying to log in. The cookies SOLID uses are not stored. It works on the local version, however we are not able to find why it doesn't work on the deployed one. This makes no sense as the code should work in both cases.