I have spectle service setup on AWS using:
-elasticache
-S3
-Aurora RDS Postgre
- EC2 docker compose for APP elements
I can see “ My name is Speckle Server, and I’m running at 0.0.0.0:3000”}" , but my docker compose still says “Container speckle-server-speckle-server-1 Waiting” and I cannot access the App via GUI. Nothing in the logs beside stuff bellow:
{"@l":"Information","phase":"startup","@t":"2024-12-02T11:11:01.534Z","@mt":"🚀 My name is Speckle Server, and I'm running at 0.0.0.0:3000"}
{"@l":"Information","req":{"id":"cccd44ad-9c8b-4fb8-aac5-5fc52ad2e45f","method":"GET","path":"/graphql","pathParameters":{"query":"{serverInfo{version}}"},"headers":{"content-type":"application/json","host":"127.0.0.1:3000","connection":"close","x-request-id":"cccd44ad-9c8b-4fb8-aac5-5fc52ad2e45f"}},"requestPath":"/graphql","@t":"2024-12-02T11:11:07.061Z","@mt":"{requestPath} request received"}
{"@l":"Information","req":{"id":"cccd44ad-9c8b-4fb8-aac5-5fc52ad2e45f","method":"GET","path":"/graphql","pathParameters":{"query":"{serverInfo{version}}"},"headers":{"content-type":"application/json","host":"127.0.0.1:3000","connection":"close","x-request-id":"cccd44ad-9c8b-4fb8-aac5-5fc52ad2e45f"}},"res":{"statusCode":200,"headers":{"x-request-id":"cccd44ad-9c8b-4fb8-aac5-5fc52ad2e45f","access-control-allow-origin":"*"}},"responseTime":2948,"requestStatus":"aborted","requestPath":"/graphql","@t":"2024-12-02T11:11:10.010Z","@mt":"{requestPath} request {requestStatus} in {responseTime} ms"}