I am trying to debug an extension in a docker sandbox, but Visual Studio Code gives me this error when I run it:
The request for path /BC/dev/apps?SchemaUpdateMode=synchronize&DependencyPublishingOption=default failed with code 422. Reason: Could not install the extension [Extension Name] on tenant default due to the following error: The request was blocked by the runtime to prevent accidental use of production services.
Researching this error online, some people say it means you need to check "Allow HttpClient Requests" on the extension. So I did that, went back and tried running it again, but it did not work and gives the same error.