Fetch helper functions in turborepo package that is shared by multiple next apps all failing
Unanswered
Western thatching ant posted this in #help-forum
Western thatching antOP
I have multiple functions, basically calling fetch() that are to be reused by multiple next js apps within the same turbo repo.
Nothing special, just a simple fetch call.
However, it does not work in chrome and safari.
It does work on firefox.
Unsure whats going on :S no error appears in server, but the browser yes. Not at all helpful, just showing fetch is being a problem.
BUUUT I can see my endpoint being hit and it responds with 200 with data.
Can't tell if I missed something
Nothing special, just a simple fetch call.
However, it does not work in chrome and safari.
It does work on firefox.
Unsure whats going on :S no error appears in server, but the browser yes. Not at all helpful, just showing fetch is being a problem.
BUUUT I can see my endpoint being hit and it responds with 200 with data.
Can't tell if I missed something