set a default redirect URL

im hosting my auth layer on a cf worker, and my nextjs on another worker.

is there a way to set the redirect to always be on the nextjs worker?

i dont wanna do callbackURL: "http://my.nextjs.app/" for all my calls
Was this page helpful?