We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the following error on the signup page:
POST http://localhost:8000/undefined/api/v1/signup 404 (Not Found)
The text was updated successfully, but these errors were encountered:
BE-220 Signup on docker-compose setup fails with 404
Sorry, something went wrong.
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:
server
Dockerfile.dev
aarch64
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.
No branches or pull requests
Getting the following error on the signup page:
The text was updated successfully, but these errors were encountered: