multiwoven
multiwoven copied to clipboard
Signup on docker-compose setup fails with 404
Getting the following error on the signup page:
POST http://localhost:8000/undefined/api/v1/signup 404 (Not Found)
For me when trying to run the server I can see a hard coded command in the Dockerfile.dev that will not work for non aarch64 environments:
These two commands appear to be incorrect:
gunzip httpfs.duckdb_extension.gz && \
mv httpfs.duckdb_extension /home/rails/.duckdb/extensions/v1.0.0/linux_arm64/
from: https://github.com/Multiwoven/multiwoven/blob/main/server/Dockerfile.dev#L30
As they are already executed in: gethttpfsextension.sh (see: https://github.com/Multiwoven/multiwoven/blob/main/server/gethttpfsextension.sh#L20)
@Mohith93 I've already resolved this issue, could you please assign this issue to me.