Henrik Helgesen
Henrik Helgesen
I am getting a similar issue Docker Desktop 4.28.0.0 ``` Loading chunk 3062 failed. (timeout: app://dd/3062.bundle.js ``` I am getting this when I start Docker Desktop as Admin on Windows...
I started having this issue as well. I noticed that my Docker Desktop popped up a few times, saying it wasn't running, despite the whale being in the taskbar. I...
@freddydk - Thanks for reminding me I DID remove the `%appdata%\Docker\settings.json` file as well in my process - That might have been why Docker Desktop reacted as if it was...
Just as a FYI - I have the same issue - Using VS Code
I haven't dared to update after I first "updated" to 4.31.0 Ultimately, I am staying on 4.27.2 - and based on the issues I keep seeing here, I won't be...
I am with @ekostjuk on this. A few quick wins here, could be to allow the font to be selected (either a dropdown or let the user pick the google...
For reference, I have the same issue - and I use the same (NAV) artifacts on a regular basis.
Seems to me that 4.27.2 is the last version that works on Windows 11
```powershell New-NavContainer -accept_eula -accept_outdated -containerName $DockerContainerFriendlyName -Credential $DockerCredentials -auth: NavUserPassword -additionalParameters: --volume "c:\Repos\NAV2016_Contoso:C:\GIT" --volume "C:\AdvaniaGIT:C:\Host" --env SqlTimeout=1200 --dns 8.8.8.8 --restart always --volume "c:\Repos\NAV2016_Contoso\Add-Ins:c:\run\Add-Ins" --env bakfile="C:\Host\Log\03b764c8-6a79-4ced-ad89-646e41453a30\NAVBackup.bak" -shortcuts: None -doNotExportObjectsToText: True -artifactUrl:...