question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

backend not working

See original GitHub issue

I executed docker-compose up and docker-compose exec backend bash. And displayed WARNING: The following deploy sub-keys are not supported and have been ignored: labels

And backend container not working.

% docker ps                                                                                                                                                                                                                      (git)-[main]
CONTAINER ID   IMAGE             COMMAND                  CREATED         STATUS         PORTS                                                                          NAMES
a3826d992dde   mher/flower       "flower --broker=amq…"   8 minutes ago   Up 8 minutes   0.0.0.0:5555->5555/tcp, :::5555->5555/tcp                                      fastapi_project_flower_1
409a2c5cdbd6   traefik:v2.2      "/entrypoint.sh --pr…"   8 minutes ago   Up 8 minutes   0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:8090->8080/tcp, :::8090->8080/tcp   fastapi_project_proxy_1
86c4f6524779   postgres:12       "docker-entrypoint.s…"   8 minutes ago   Up 8 minutes   5432/tcp                                                                       fastapi_project_db_1
91b6f31f808b   frontend:latest   "nginx -g 'daemon of…"   8 minutes ago   Up 8 minutes   80/tcp                                                                         fastapi_project_frontend_1
13a0dade59fd   rabbitmq:3        "docker-entrypoint.s…"   8 minutes ago   Up 8 minutes   4369/tcp, 5671-5672/tcp, 15691-15692/tcp, 25672/tcp                            fastapi_project_queue_1

How can I solve this problem?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
yusuke2930commented, May 27, 2021

It’s resolved. My .env was the problem.

0reactions
yusuke2930commented, Jul 15, 2021

@sanggusti I solved so.thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why is my backend not working when the site is online?
1 Answer 1 ... First of all, you need to enable error_reporting to E_ALL so that what type of error happened. Problem might...
Read more >
Backend not working : r/Heroku - Reddit
This is an error due to your localhost not live. You need to make something (a server ) run on localhost to be...
Read more >
Top 10 Mistakes Backend Developers Make - Brainhub
1. Getting too much technical debt or over-engineering/over-optimization · 2. Missing tests or not testing each level of the pyramid · 3. Missing...
Read more >
The backend is not working - WordPress.org
Hi I just installed the plugin. But the back-end does not seems to be working as it should. Please see screenshot https://prnt.sc/1815i37. 1>...
Read more >
Touch backend not working · Issue #2658 · react-dnd ... - GitHub
Hi - The documentation does not address this but is the touch backend supposed to simply add touch based dragging or it excludes...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found