Hi,
I just setup a new Docker container using the latest version of Business Central 13.0. I am able to run the web and windows clients without issue however when I try to launch an extension using F5 I receive the following error message:
Sending request to
bc13tb/.../metadata
The request for path /NAV/dev/metadata failed with code Unauthorized. Reason: Unauthorized
Error: An internal error has occurred
This is my launch.json file:
{
"name": "BC13tb",
"type": "al",
"request": "launch",
"serverInstance": "NAV",
"authentication": "UserPassword",
"startupObjectId": 22,
"breakOnError": true,
"breakOnRecordWrite": false
}
I am prompted for my username and password - I am using the same username and password (which is my local user ID and domain password) that I use for the Web client which works. I noticed that the docker results text did not include an admin user name and password like I have seen in other articles, not sure if that is the issue. Here is is the output from the PowerShell command used to generate the container:
Assign Premium plan for BC13TB\TBAKKEN
Container IP Address: 172.21.116.168
Container Hostname : BC13tb
Container Dns Name : BC13tb
Web Client : http://BC13tb/NAV/
Dev. Server : http://BC13tb
Dev. ServerInstance : NAV
Files:
http://BC13tb:8080/al-2.0.43900.vsix
Thank you,
Troy