locally, sign in flow works well, but when on prod...
# talk-kratos
a
locally, sign in flow works well, but when on production, after sign in, it keeps going to /ui/welcome page. why is that?
i dont have custom domain setup. maybe this is the problem? as im getting CORS error on the client, and i never get the ory cookies that are are needed on my server for rendering pages
d
self hosting? you need to set the default return url:
Copy code
selfservice:
  default_browser_return_url:
a
im using the https://ory.sh cloud console.