When providing a return_to argument to get_logout_url, I see that the argument is encoded in the request to WorkOS, but WorkOS doesn't actually return me there after the logout, instead, it always returns me to the default location which is incorrect for my environment
When providing a
return_toargument toget_logout_url, I see that the argument is encoded in the request to WorkOS, but WorkOS doesn't actually return me there after the logout, instead, it always returns me to the default location which is incorrect for my environment