I am using trial of business central and creating a new extension using visual studio code
below i information of my launch.json and app.json
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "Microsoft cloud sandbox",
"startupObjectId": 50100,
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true
}
]
}
app.json is here
{
"id": "xxxxxxxxxxxxxxxxxxxxxxxxxxx",
"name": "RadioStation",
"publisher": "Default publisher",
"version": "1.0.0.0",
"brief": "",
"description": "",
"privacyStatement": "",
"EULA": "",
"help": "",
"url": "",
"logo": "",
"dependencies": [],
"screenshots": [],
"platform": "14.0.0.0",
"application": "14.0.0.0",
"idRanges": [
{
"from": 50000,
"to": 50149
}
],
"showMyCode": true,
"runtime": "3.0"
}
after authentication while downloading symbols i see the below error.
[2019-05-23 01:49:18.30] The request for path /v1.0/sandbox/dev/packages?publisher=Microsoft&appName=Application&versionText=14.0.0.0 failed with code InternalServerError. Reason: Internal Server Error
[2019-05-23 01:49:18.30] Could not download reference symbols. Please ensure that:
1. The correct server name and instance are specified in the launch.json file.
2. The correct application version is specified in the app.json file.
3. The dependencies are correctly specified in the app.json file.
The same issue is occurring on different PCs.