sticeIO

Results 2 comments of sticeIO

For me the issue was storybook only listening locally on the host and not being accessible over the docker network. Solved by: `start-storybook -h "0.0.0.0"` Also setting host caused issues....

Same issue here, same version. Seems to happen when a non-default `POSTGRES_PASSWORD` environment variable is used. **Default setup process:** ```bash git clone https://github.com/Significant-Gravitas/AutoGPT.git git checkout 2121ffd06b26a438706bf642372cc46d81c94ddc # v0.3.4 git submodule...