-
Notifications
You must be signed in to change notification settings - Fork 49
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
FIX 404 page not found with make debug #463
Comments
Thank you for submitting an issue to Anubis! Please make sure that your issue is consistent with our contribution guidelines. |
You should not use sudo to do the Would you happen to be on a mac, or a windows WSL machine? |
I am using mac to ssh in another Linux machine which in my local network. so it is linux machine only |
Ah ok, I didnt notice the url you have in the address bar. The end router traefik is configured to use the domain A slightly more eligant solution would be to ssh port forward. You can just do |
I am just trying to test the software so I followed https://github.com/AnubisLMS/Anubis/blob/main/docs/development_guide.md this tutorial and used the "sudo make debug" command to use Docker to get Anubis running,
docker compose -p anubis exec api alembic upgrade head mysqladmin: connect to server at '127.0.0.1' failed error: 'Access denied for user 'root'@'172.20.0.1' (using password: NO)' Starting with DATABASE_URI: mysql+pymysql://anubis:anubis@db/anubis Starting with CACHE_TYPE: RedisCache Starting with SECRET_KEY: DEBUG Starting with MINDEBUG: False Starting with DEBUG: True INFO [alembic.runtime.migration] Context impl MySQLImpl. INFO [alembic.runtime.migration] Will assume non-transactional DDL. make startup-links make[1]: Entering directory '/home/user/Projects/Anubis'
Then logs ended like this
seed: http://localhost/api/admin/seed/ auth: http://localhost/api/admin/auth/token/superuser auth: http://localhost/api/admin/auth/token/professor auth: http://localhost/api/admin/auth/token/ta auth: http://localhost/api/admin/auth/token/student site: http://localhost/ make[1]: Leaving directory '/home/user/Projects/Anubis'
and when i tried going to site from browser I am getting 404 error
need to understand why this is happening
The text was updated successfully, but these errors were encountered: