Hi All,
I have an old Generic application in Auth0. I want to update the Allowed Callback URLs using the Auth0 portal/Dashboard.
Whenever I make any change to my application and click on Save Changes - It comes back with below errror:
“|statusCode|400|
|error|Bad Request|
|message|Payload validation error: ‘Additional properties not allowed: angular’ on property addons (The addons for the client).|
|errorCode|invalid_body|”
Below is the part of request object:
|addons|{…}|
|angular|{…}|
|enabled|true|
In my application when I click on Addons - I don’t see Angular at all. And I am not sure how to remove it from my application.
Any help would be appreciated. Thanks in advance.