How do I display an error message from an API without it showing the request information?
This is what I am getting:

But I want it to just say “This account is already in use”
Edit: Fixed
How do I display an error message from an API without it showing the request information?
This is what I am getting:

But I want it to just say “This account is already in use”
Edit: Fixed
I guess you would use a webhook to get the error data and then you would create your own error message and only show that when your app receives the webhook data.
This topic was automatically closed after 70 days. New replies are no longer allowed.