79277604

Date: 2024-12-13 08:30:28
Score: 2
Natty:
Report link

What worked for me is to add const isDataRequest = event.route.id == null; if (isDataRequest) return resolve(event); preventing setting the cookies if it is a SSR request.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Bastiaan Oelrich