15 days ago
When I try opening my open claw deployment i get the following message:
Gateway not ready: Error: Gateway did not become ready in timeIt was working before. and the status seems to work fine. Anyone knows how to fix this?
8 Replies
Status changed to Open Railway • 15 days ago
darseen
Have you tried redeploying the service?
15 days ago
15 days ago
Are there any error logs in the deploy logs section that you can share?
darseen
Are there any error logs in the deploy logs section that you can share?
15 days ago
Yes, it is consistent with the gateway error, but I have no idea how to solve it.
Edit: I tried using claude to guide me, it seems I need to open the JSON to add the gateway config, but I am not able to do so.
Attachments
darseen
Try passing `--allow-unconfigured` in the start command.
15 days ago
Not working, I think I'll start a new project. It should take me a couple of hours getting to the point I was before. Might be the most efficient way forward
Attachments
Not working, I think I'll start a new project. It should take me a couple of hours getting to the point I was before. Might be the most efficient way forward
15 days ago
The start command should be: openclaw gateway --allow-unconfigured not just --allow-unconfigured Try that and see if it resolves the issue
darseen
The start command should be: `openclaw gateway --allow-unconfigured` not just `--allow-unconfigured` Try that and see if it resolves the issue
15 days ago
Still not working, although it failed on the healthcheck step instead of the deploy. This time there are no errors on the deploy log.
Attachments