Since fetch is getting interceptors (based on the ...
# support-questions-legacy
t
Since fetch is getting interceptors (based on the response from typing
fetch
in the console) but only 2 cookies are showing up, then perhaps that above quote is a clue to the issue I'm having ... but I don't quite understand what it's saying. I have
Session.createNewSession
in my serverless function, which gets called as a result of me using
fetch
from the front end. Is that correct?
2 Views