This message was deleted.
# general
m
This message was deleted.
h
Have you set the redirect URL to the allowed list? Looks like it’s not
s
👍
@high-optician-2097 yes, that solve redirectTo issue
but my main issue in set cookie
ive tried to disable cors
but same 😞
why domain is
.<http://auth.botyshark.com|auth.botyshark.com>
not
.<http://botyshark.com|botyshark.com>
h
Why is it http in the screenshot? It should be https!!
but the cf_bm cookie is also irrelevant. ory cookies are prefixed with ory_ :)
s
i didn’t get it What do you mean by http vs https?
but that cookie is from ory server
Copy code
__cf_bm=90z8_MIW_7Rj_1Fi9vE4DvE.nDjqvddoUFIHqc54Cfw-1693057372-0-Ads/vwVHeMb98SpEQGrx56OAlanEDN+wF4ay2s87wNRC7ce8ifTeclKninlXWHK1dUHa/R2qSlhhsLvn3Ix+zBg=; path=/; expires=Sat, 26-Aug-23 14:12:52 GMT; domain=.<http://auth.botyshark.com|auth.botyshark.com>; HttpOnly; Secure; SameSite=None
should i ignore it (remove it)
h
Maybe you could create a github issue with your troubles. That cookie is from cloudflare :) In the issue please include as many details as possible and potentially HAR files to reproduce the issue!
s
issue fixed by removing that cookie 😞
it’s really hard to expect that
it was
Copy code
return redirect(url.toString(), {
  headers: {
    "set-cookie": res.headers["set-cookie"],
  },
});
i’ve added filter to remove that cookie