multiwoven icon indicating copy to clipboard operation
multiwoven copied to clipboard

Signup on docker-compose setup fails with 404

Open stym06 opened this issue 1 year ago • 4 comments

Getting the following error on the signup page:

POST http://localhost:8000/undefined/api/v1/signup 404 (Not Found)

stym06 avatar Jul 01 '24 06:07 stym06

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)

chrsr avatar Sep 27 '24 06:09 chrsr

@Mohith93 I've already resolved this issue, could you please assign this issue to me.

xyfer17 avatar Oct 04 '24 06:10 xyfer17