Debug container doesn't work #19
Labels
No Label
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
idea
invalid
project/backend
project/frontend
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/fej#19
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
When running the debug container, any and all requests cause some sort of crash, causing curl to respond with the following:
curl: (56) Recv failure: Connection reset by peer
Furthermore, running curl from within the container results in an instant crash.
The release container, however, runs just fine.
Right, so the reason the container just crashed was because I forgot to pass the necessary compile flags to the debug build. I'm dumb sometimes.
However, we still have the problem that you can't use the API from outside of the container, which isn't very practical.