In the profile collection controller we have:
if (!link) {
return ctx.notFound('Profile link not found');
}
This error does not help the user and is not a concern of the user. We should either handle the error here correctly or inform prevent user from singing it.
In the profile collection controller we have:
This error does not help the user and is not a concern of the user. We should either handle the error here correctly or inform prevent user from singing it.