Joel Scheuner
Joel Scheuner
> I think I'm having the same issue, I've spent quite a while debugging through localstack logs and eventually found that the container that localstack starts is failing to start,...
> Hey @joe4dev , > > I attempted to use LAMBDA_IGNORE_ARCHITECTURE=1, but it didn't seem to work for me. I'm using Rancher Desktop for container management. Interestingly, when I set...
> @joe4dev OK sorry maybe it's a different problem then, I'm actually trying to fix/get to the bottom of a different issue so I'm running localstack directly via `make start`....
Let's focus on resolving the issue from @markmashworth and @aryamohanan ✅ The infinite error loop has been resolved in major Lambda improvements https://github.com/localstack/localstack/pull/8970. 🚧 If I understand correctly, the remaining...
Hi @aryamohanan I just tried Ranger Desktop (Version 1.10.0 (1.10.0)) on my M1 Macbook Pro (macOS 13.6) using our official [docker-compose.yml](https://github.com/localstack/localstack/blob/master/docker-compose.yml) with `DEBUG=1`: ``` version: "3.8" services: localstack: container_name: "${LOCALSTACK_DOCKER_NAME-localstack_main}"...
> Hi there, > > I am having the same issues using OSX M1 and encountered the following issue. > > ``` > 2023-10-17 09:33:24 time="2023-10-17T01:33:24Z" level=warning msg="Cannot list external...
> @joe4dev Sorry for the delay in responding; I'm still having problems despite having tried all you said above. I've attached my docker-compose file for your reference. In addition to...
> Everything works OK when I run localstack alone in docker-compose, but it does not function with other containers, although it works well with the x86_64 architecture. @aryamohanan Can you...
There are no more logs after `Process running as root user.` @aryamohanan Could you please try again without dropping the root privileges in the container? 1. Pull the latest LocalStack...
Thank you for the reminder @aschade92 and sorry for the long delay. The change makes a lot sense. Thank you very much @janario for the PR and providing the extra...