the invitation url which was sent via the create invitation using management client, the url is having [https://{host}/u/login?invitation={invitation_id}&organization={org_id}&organization_name={org_name}] , the invite is taking me to the something went wrong page , but when i am going to login page via the my application it is taking me to the auth0 login page correctly and there is url parameter state in that , which when i take and append it to url created via create invitation i am able to go to the login page.
i have added the login url of https://{host}/u/login in the application level login url.