Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signup on docker-compose setup fails with 404 #218

Open
stym06 opened this issue Jul 1, 2024 · 3 comments
Open

Signup on docker-compose setup fails with 404 #218

stym06 opened this issue Jul 1, 2024 · 3 comments
Labels
bug Something isn't working hacktoberfest

Comments

@stym06
Copy link

stym06 commented Jul 1, 2024

Getting the following error on the signup page:

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

linear bot commented Jul 1, 2024

@subintp subintp added the bug Something isn't working label Jul 11, 2024 — with Linear
@chrsr
Copy link

chrsr commented Sep 27, 2024

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)

@xyfer17
Copy link
Contributor

xyfer17 commented Oct 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest
Projects
None yet
Development

No branches or pull requests

5 participants