HELP- token issues

My app is deployed at freightswipe.exchange. After login the /api/auth/me endpoint returns 401 on every request even though login succeeds. The JWT token is supposed to be stored in localStorage as fsToken and sent as a Bearer token on every API call but it is not working. I have applied this fix multiple times and republished but the 401 persists. I need someone to look at the actual deployed code and tell me why the token is not persisting after login on the custom domain.

Open devtools on the custom domain, check if fsToken is actually in localStorage after login, and whether the Bearer header is on the /api/auth/me request. One of those is missing.