You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @ityshchenko thanks for submitting your issue....Seems like I'm unable to reproduce the behaviour...not sure if on rancher desktop works the same but could you
uninstall the extension (or clear the volume)
install it again
run docker extension dev debug localstack/localstack-docker-desktop
do the initial setup flow again
and report eventual strange errors in happening in the console? Thanks
@Pive01, for Rancher Desktop, the process is slightly different:
I executed the command /Applications/Rancher Desktop.app/Contents/MacOS/Rancher Desktop —remote-debugging-port=“8315” —remote-allow-origins=http://localhost:8315 to collect debug logs from the browser. The “close” and “confirm” buttons are ineffective, and I’m stuck on the final screen.
From the logs of @ochaoui it looks like the frontend cannot talk to the backend...My next question is when you do start the extension is the backend also running? Aka can you guys see a container called localstack_localstack-docker-desktop-desktop-extension-service.
If so can you see anything strange in the logs? From where the issue occurs seems like when the extensions calls the backend to save config on the volume the call fails
@ityshchenko your seems an UI error but quite unrelated though 🤔 ...still thanks for providing some info!
Activity
Pive01 commentedon Feb 10, 2025
hi @ityshchenko thanks for submitting your issue....Seems like I'm unable to reproduce the behaviour...not sure if on rancher desktop works the same but could you
docker extension dev debug localstack/localstack-docker-desktop
and report eventual strange errors in happening in the console? Thanks
ochaoui commentedon Feb 14, 2025
Hello @Pive01 ,
I have the same problem with Ubuntu on WSL2 and docker-desktop.
Here the logs of the extension :
Any idea why it does not work ?
ityshchenko commentedon Feb 23, 2025
@Pive01, for Rancher Desktop, the process is slightly different:
I executed the command
/Applications/Rancher Desktop.app/Contents/MacOS/Rancher Desktop —remote-debugging-port=“8315” —remote-allow-origins=http://localhost:8315
to collect debug logs from the browser. The “close” and “confirm” buttons are ineffective, and I’m stuck on the final screen.Pive01 commentedon Feb 24, 2025
From the logs of @ochaoui it looks like the frontend cannot talk to the backend...My next question is when you do start the extension is the backend also running? Aka can you guys see a container called

localstack_localstack-docker-desktop-desktop-extension-service
.If so can you see anything strange in the logs? From where the issue occurs seems like when the extensions calls the backend to save config on the volume the call fails
@ityshchenko your seems an UI error but quite unrelated though 🤔 ...still thanks for providing some info!
ochaoui commentedon Mar 3, 2025
@Pive01 I see no Service in docker desktop :( :
Besides installing the addon on docker desktop, do I need to install something else ?
Pive01 commentedon Jun 12, 2025
Hi @ityshchenko @ochaoui , we released a new version of the extension...could you give it another try and tell me if it works now? Thanks