Join Discord
Powered by
Hello! I have an app which uses a separate backend...
# support-questions-legacy
r
rickhlx
04/17/2023, 9:23 PM
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.
rickhlx
04/17/2023, 9:31 PM
Nevermind... it worked by setting
Copy code
SessionReact.init({ sessionTokenBackendDomain: 'localhost' }),
Previous
Next