You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest version of the module, I'm noticing that with (possibly) all new domain registrations, a todo item is created with the following:
Warning 1:
Code: 250
Description: Nameserver addresses are automatically resolved by system
Data: Nameserver IP addresses are only saved for glue records
It's great that we now get API responses logged but I'm not sure why we're getting this error in the first place. Is this a module issue or something I should raise with OpenProvider support?
The text was updated successfully, but these errors were encountered:
With the latest version of the module, I'm noticing that with (possibly) all new domain registrations, a todo item is created with the following
In the new version of the module, when a domain operation gets a success response (code: 0) from the API but has a warning, a to-do list item will be created. This allows WHMCS admins to review and take necessary actions when required. This improvement was added to prevent domain downtime problems like the one mentioned in [issue].(#271)
It's great that we now get API responses logged but I'm not sure why we're getting this error in the first place. Is this a module issue or something I should raise with OpenProvider support?
The warning with code 250 is coming from the API. As it is not a critical warning and doesn't require an action, I will create a task for our module developers to exclude it from creating a to-do list item in WHMCS.
With the latest version of the module, I'm noticing that with (possibly) all new domain registrations, a todo item is created with the following:
It's great that we now get API responses logged but I'm not sure why we're getting this error in the first place. Is this a module issue or something I should raise with OpenProvider support?
The text was updated successfully, but these errors were encountered: