The setup is the following: I have the custom Next...
# ory-network
f
The setup is the following: I have the custom Nextjs-based UI on
id.mydomain.tld
, and Ory is assigned to
auth.mydomain.tld
m
I see. So the redirect URL/ display of oryapis in google signup can’t be changed at the moment, but we are aware of the issue and are actively working on it. There was also a workaround proposed here, I am not sure if it works (I can try out for you!) https://ory-community.slack.com/archives/C02MR4DEEGH/p1667917588023629?thread_ts=1667898568.443419&cid=C02MR4DEEGH as for the
no resumable session found
error, I am not sure what causes it atm, will see if I can reproduce.
f
Thanks for the workaround, it worked!
m
ah perfect 🙏
Its not ideal as stated in the post, so we will still make this easier / more convenient in the near future.
f
Are there any updates regarding 'no resumable session' issue? Was you able to repr it?
I'm sorry if I'm pushing, but it is kinda blocker
m
Not yet sorry, I am working on it now
f
The issue was resolved: there was
dontUseTldForCookieDomain: true
set for Ory Next.js handler in my frontend, so cookies were bound to the wrong domain
🙏 1