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

[Deployment Issue] Caprover not able to resolve domain #2008

Closed
rmargar opened this issue Feb 15, 2024 · 0 comments
Closed

[Deployment Issue] Caprover not able to resolve domain #2008

rmargar opened this issue Feb 15, 2024 · 0 comments

Comments

@rmargar
Copy link

rmargar commented Feb 15, 2024

IMPORTANT: Please avoid posting issues that are not specific to CapRover. Issues and questions related to Docker will get closed.

If you are trying to see how to deploy a particular app using a customized dockerfile - please change your questions to Dockerfile and post it where appropriate such as StackOverflow. This is a Docker question, not a CapRover specific issue.


What is the problem?

Today all of a sudden my server was unreachable via HTTP, when logging into the server and checking the docker logs I saw that the container was restarting.

Error log:

February 15th 2024, 11:15:00.178 am    Error: Wrapped: Verification Failed for captain.caprover.rmargar.net
Error: Wrapped: Verification Failed for captain.caprover.rmargar.net
    at errorize (/usr/src/app/built/utils/Logger.js:7:16)
    at Function.e (/usr/src/app/built/utils/Logger.js:27:21)
    at Request._callback (/usr/src/app/built/user/system/DomainResolveChecker.js:54:42)
    at Request.self.callback (/usr/src/app/node_modules/request/request.js:185:22)
    at Request.emit (events.js:400:28)
    at Request.<anonymous> (/usr/src/app/node_modules/request/request.js:1154:10)
    at Request.emit (events.js:400:28)
    at IncomingMessage.<anonymous> (/usr/src/app/node_modules/request/request.js:1076:12)
    at Object.onceWrapper (events.js:519:28)
    at IncomingMessage.emit (events.js:412:35)
February 15th 2024, 11:15:00.178 am    Error: Wrapped: Error        null
Error: Wrapped: Error        null
    at errorize (/usr/src/app/built/utils/Logger.js:7:16)
    at Function.e (/usr/src/app/built/utils/Logger.js:27:21)
    at Request._callback (/usr/src/app/built/user/system/DomainResolveChecker.js:55:42)
    at Request.self.callback (/usr/src/app/node_modules/request/request.js:185:22)
    at Request.emit (events.js:400:28)
    at Request.<anonymous> (/usr/src/app/node_modules/request/request.js:1154:10)
    at Request.emit (events.js:400:28)
    at IncomingMessage.<anonymous> (/usr/src/app/node_modules/request/request.js:1076:12)
    at Object.onceWrapper (events.js:519:28)
    at IncomingMessage.emit (events.js:412:35)
February 15th 2024, 11:15:00.178 am    Error: Wrapped: body         <html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.18.0 (Ubuntu)</center>
</body>
</html>

Error: Wrapped: body         <html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.18.0 (Ubuntu)</center>
</body>
</html>

    at errorize (/usr/src/app/built/utils/Logger.js:7:16)
    at Function.e (/usr/src/app/built/utils/Logger.js:27:21)
    at Request._callback (/usr/src/app/built/user/system/DomainResolveChecker.js:56:42)
    at Request.self.callback (/usr/src/app/node_modules/request/request.js:185:22)
    at Request.emit (events.js:400:28)
    at Request.<anonymous> (/usr/src/app/node_modules/request/request.js:1154:10)
    at Request.emit (events.js:400:28)
    at IncomingMessage.<anonymous> (/usr/src/app/node_modules/request/request.js:1076:12)
    at Object.onceWrapper (events.js:519:28)
    at IncomingMessage.emit (events.js:412:35)
February 15th 2024, 11:15:00.178 am    Error: Wrapped: randomUuid   707907ea-f61a-4b6b-88b7-59e809d10303
Error: Wrapped: randomUuid   707907ea-f61a-4b6b-88b7-59e809d10303
    at errorize (/usr/src/app/built/utils/Logger.js:7:16)
    at Function.e (/usr/src/app/built/utils/Logger.js:27:21)
    at Request._callback (/usr/src/app/built/user/system/DomainResolveChecker.js:57:42)
    at Request.self.callback (/usr/src/app/node_modules/request/request.js:185:22)
    at Request.emit (events.js:400:28)
    at Request.<anonymous> (/usr/src/app/node_modules/request/request.js:1154:10)
    at Request.emit (events.js:400:28)
    at IncomingMessage.<anonymous> (/usr/src/app/node_modules/request/request.js:1076:12)
    at Object.onceWrapper (events.js:519:28)
    at IncomingMessage.emit (events.js:412:35)
February 15th 2024, 11:15:00.179 am    Captain health check failed: #1 at captain.caprover.rmargar.net

I did not do any recent changes to the configuration or the apps.

Output of the following command on your server:

uname -a && lsb_release -a && free -h
Linux mail.rmargar.net 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.1 LTS
Release:	22.04
Codename:	jammy
               total        used        free      shared  buff/cache   available
Mem:           1.9Gi       938Mi        80Mi        52Mi       895Mi       740Mi
Swap:             0B          0B          0B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant