What I am trying to do is copy a Business Central environment. Done it before without issue but this time it does not allow me to login.
Here's the steps:
I am able to log into the production environment without any issues.
Business Central Version: 17.4.21491.21531
Does anybody have any idea what could cause this issue?
Thanks for the assistance.
It might be caused by an extension subscribing to the OnOpenCompany
event. If that extension fires a HttpWebRequest
, it will be blocked in the sandbox.
This is because Allow HttpClient Requests
is disabled for all extensions, when a production environment is copied.