You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
root@abcdefg:/app# cat server.log | sort | uniq
I try other routes like in common/urls.py, but same problem.
The text was updated successfully, but these errors were encountered: