79486693

Date: 2025-03-05 13:55:37
Score: 0.5
Natty:
Report link

At least on client side, adding the credentials: "include" (or credentials: "same-origin") option to your fetch request fixed the issue for me:

const { data, error } = useFetch(url, {
  credentials: "include"
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Christoph Derszteler