Hey @rp_st
I've learned from the documentation that for session transfer using cookies to work, the apiDomain and websiteDomain must share a common base domain, such as localhost (with different ports) during development, or something like api.example.com and example.com in production. However, I want to test my application with a deployed backend at api.example.com and the frontend on localhost:3000. How can I achieve this setup for testing purposes?