Hello Experts,
I have encountered a strange problem. I have been modifying a report in BC and constantly am deploying/publishing my AL Code pack to launch into the browser and investigate if my changes are working. Lately every once in a while the window will not open (or it will open and ask me to refresh) after this happens I am unable to access BC from the browser or by launching into it from VSCode. If I try I either get ellipsis that stay for seemingly forever or this error message

.
Below is the Launch.JSON code in my app.
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "Sandbox15",
"startupObjectId": 9650,
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"sandboxName": "Sandbox15",
"schemaUpdateMode": "Synchronize",
"tenant": "84901946-819a-43fb-9629-ac9dcec87601"
},
]
}
Does anyone know what is causing this to happen? And if so how can I fix it? I've done things with this environment before but never encountered this trouble.
Thanks,