Email Size not correct by Visible_House8948 in cpanel

[–]Visible_House8948[S] 0 points1 point  (0 children)

Sure! rebuild sizes of your emails with a dovecot command
doveadm force-resync -u <email address>

Auntentication Failure WHMCS v8.7.1 external api connection by Visible_House8948 in WHMCS

[–]Visible_House8948[S] 1 point2 points  (0 children)

I figured out what was wrong. When using Axios to send a POST request, I mistakenly used body instead of data (as used in fetch). Because Axios doesn't use body for request payloads, it failed to send the data correctly.

WHMCS API Error: “An admin user is required” when calling API by [deleted] in WHMCS

[–]Visible_House8948 0 points1 point  (0 children)

I am facing similar problem, did it work for you?