a month 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 • about 1 month ago
darseen
Have you tried redeploying the service?
a month ago
a month 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?
a month 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.
a month 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
a month 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
a month 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