Hello! I have an app which uses a separate backend...
# support-questions-legacy
r
Hello! I have an app which uses a separate backend API. I'm having issues getting the frontend react SDK to use cookies when using fetch to the backend.
Nevermind... it worked by setting
Copy code
SessionReact.init({ sessionTokenBackendDomain: 'localhost' }),