I have a problem redirecting users after they activate their account via email link.
Following scenario:
- User registered to my website.
- Gets a link to activate account
- clicks on the link (https"://api.xyz.com/users/register/verify-email? token=XXX&redirect=https%3A%2F%2Fxyz.com)
- Activation is working fine
- gets redirected to the directus app (https://api.xyz.com/admin/users/USER-ID)
I tried with GPT a lot of stuff, but never got a solution