๐ How to Set and Read Cookies in Angular 9 Universal (SSR) - Fix Missing Token on Server Side
If youโre building an Angular 9 Universal app with Server-Side Rendering (SSR) and relying on cookies (e.g. for authentication tokens), you may hit a common problem:
โ
Cookie exists in the browser, โ But on page reload, the token is not available on ...
thiruna.com4 min read