Angular local storage issues with Https in linux server
I have a Linux server where I host a Laravel API and an Angular front-end application. This server has a virtual host for the Laravel API and also hosts the Angular front-end application. The Angular application uses local storage to save the user levels of logged-in users, such as administrator, user, etc. I tried accessing the front end using HTTP, and it works without any errors. Now, I have added an SSL certificate to this server and am trying to access the Angular application via HTTPS. However, local storage does not work properly in this case. I checked the web browser console, and the storage values are present and correctly spelled. This issue only occurs with HTTPS.