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

Not Found Pages #444

Open
AjaxFB opened this issue Aug 17, 2021 · 1 comment
Open

Not Found Pages #444

AjaxFB opened this issue Aug 17, 2021 · 1 comment

Comments

@AjaxFB
Copy link

AjaxFB commented Aug 17, 2021

Hi guys,

I configure application with docker-compose.yml of project... Do connections, migrates... But i cant access pages ;( someone can give me a tip or a path to solve this?

postgres_container | 2021-08-17 21:58:26.135 UTC [74] LOG:  database system was shut down at 2021-08-17 21:58:26 UTC
postgres_container | 2021-08-17 21:58:26.142 UTC [1] LOG:  database system is ready to accept connections
web_1  |
web_1  | 51 static files copied to '/app/static', 142 post-processed.
web_1  | Operations to perform:
web_1  |   Apply all migrations: accounts, auth, cases, common, contacts, contenttypes, django_ses, emails, events, invoices, leads, opportunity, planner, sessions, tasks, teams
web_1  | Running migrations:
web_1  |   Applying accounts.0001_initial... OK
web_1  |   Applying cases.0001_initial... OK
...
web_1  |   Applying teams.0004_teams_company... OK
web_1  |   Applying teams.0005_remove_teams_company... OK
web_1  | [18/Aug/2021 03:29:00] "GET / HTTP/1.1" 302 0
web_1  | [18/Aug/2021 03:29:01] "GET /app/ HTTP/1.1" 404 179
web_1  | [18/Aug/2021 03:29:02] "GET /favicon.ico HTTP/1.1" 404 179
web_1  | [18/Aug/2021 03:29:03] "GET / HTTP/1.1" 302 0
web_1  | [18/Aug/2021 03:29:04] "GET /app/ HTTP/1.1" 404 179

root@abcdefg:/app# cat server.log | sort | uniq

Not Found: /app/
Not Found: /auth/login/
Not Found: /blog/admin
Not Found: /dashboard/
Not Found: /emails/
Not Found: /favicon.ico
Not Found: /leads/
Not Found: /login
Not Found: /login/
Not Found: /profile

I try other routes like in common/urls.py, but same problem.

@sunrise1234321
Copy link

#453
root route seems missing....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants