Hello, I would like to use the Password/Email React Example in combination with my own VueJs Application. I've setup the docker container and have a dedicated Subdomain for Supertokens now. The Login is working. But I'm not sure how to combine it with my Vue Application, because if I put the Vue App behinde another subdomain, the cookies are gone after the redirect. The other Option would be, to put Supertokens behind a route "/auth" and the Vue app at the root. I have a nginx reverse proxy, but if I put Supertokens behind /auth the static files are not loaded, because the subdirectory is not changed in the source code of the react application. Am I missing something fundermentaly with this approach or am I just doing something wrong? 😅