Custom Domain Ruby Login

We have a custom domain [domain].clickflow.com but we can’t use that domain to login via the ruby app.

When we try we get:
Auth0::AccessDenied ({“error”:“access_denied”,“error_description”:“Service not enabled within domain: https://[domain].clickflow.com/api/v2/”})

We use this for the first time the user logs in (via our registration flow). Every other login is done from the frontend where [domain].clickflow.com works fine.

How do I login using this custom domain on the ruby side of things?

1 Like

@jnarowski I’m also experiencing this issue. Were you able to work around it?