Questions tagged [caprover]
24 questions
3
votes
1 answer
Protocol error when calling puppeteer.connect()
I am using the basic approach as set out in this post to connect from a client docker container to any one of a number of chrome docker containers (in a docker swarm/service, potentially across several servers behind nginx, deployed using…

drmrbrewer
- 11,491
- 21
- 85
- 181
2
votes
2 answers
Deploy application to root domain instead of subdomain, using Caprover
Hopefully this is a newbie Caprover question.
I have created a new app under "Apps" and I am trying to deploy my .Net Core application to it.
When I try to run the caprover deploy command, I can select the new "app" that I have created.
How can I…

Ajit Goel
- 4,180
- 7
- 59
- 107
1
vote
0 answers
404 error in react project I published with caprover
When we publish a react project on caprover, it gives 404 error when refreshing the page. my caprover nginx settings are default. My dockerfile is like this
WORKDIR /app
COPY . .
RUN yarn install
RUN yarn build
ENV NODE_ENV production
EXPOSE…

Yunus Emre Acar
- 23
- 1
- 5
1
vote
2 answers
Docker Postgres 12 'PANIC: could not locate a valid checkpoint record'
I'm using caprover which uses docker to deploy postgresql 12. Right now my postgresql database is constantly restarting and printing this log everytime:
[24] LOG: invalid resource manager ID ...
[24] LOG: invalid primary checkpoint record ...
[24]…

Hossein Yousefi
- 889
- 8
- 18
0
votes
1 answer
How to use my own key to deploy via CapRover?
I'm setting up an automated deployment using CapRover, but it seems not working due to my SSH key.
How could I generate a key accepted by CapRover and Github?

Rafael Corrêa Gomes
- 1,751
- 1
- 22
- 31
0
votes
1 answer
Prisma Client not initialising when Nextjs project is being deployed to Caprover
When trying to deploy my Nextjs v12 projects to my Caprover server I am now seeing an unexpected error related to prisma:
Error: @prisma/client did not initialize yet. Please run "prisma
generate" and try to import it again.
Does anybody know how…

Darryl Morley
- 699
- 1
- 7
- 20
0
votes
1 answer
Exposing the HOST IP to Docker Container in CapRover
I am running CapRover 1.10.1 with Docker 24.0.0 on Ubuntu 20.
I am trying to setup smtp server with exim4, I have mapped port 25 to the host, but in the logs when a client connects I see the local ip address of the host (10.0.0.2) not the client…

be4i
- 47
- 1
- 7
0
votes
1 answer
how to work with a CapRover project that is already in production
How did I connect to an existing CapRover application? I have to upload the project that I have finished but to upload it to production they are using CapRover, there is already an old version of the project in production but I do not understand how…

Bruno G
- 1
0
votes
0 answers
CapRover app fails to find docker files path when deploying through Windows
I am not very familiar with CapRover, but my company uses it to deploy local branches to staging server. I completed a task in a ruby and rails project and tried to deploy my branch using the caprover deploy command.
The build passes, but the…

op_exchanger
- 94
- 2
- 7
0
votes
2 answers
Refer to Docker image variable name in Github Action
I'm very new with github actions, caprover and docker images so I might be asking very stupid questions, sorry if it is the case. I searched for a good amount of time and could not understand it by myself...
So, I'm trying to deploy to caprover a…

kenshuri
- 472
- 3
- 11
0
votes
1 answer
How to reset CapRover password?
I just installed CapRover on my server and I forgot my password ♂️
but I still have access via SSH normally.
How could I reset it?

Rafael Corrêa Gomes
- 1,751
- 1
- 22
- 31
0
votes
1 answer
HTTPS not working in ASP.NET Core app hosted in Caprover
I'm hosting an ASP.NET Core Docker web app in the open source Caprover Paas in a Linux VM and it runs fine. Using the Caprover interface, I was able to configure the site's LetsEncrypt SSL certificate and the browser shows a padlock and says…

Moses Machua
- 11,245
- 3
- 36
- 50
0
votes
0 answers
How to initialize a Git Submodule in Dockerfile
In my recent project I've come to use Git Submodules, however I'm struggling to get my Docker container to download the information from the submodule on deployment.
Here's my Dockerfile (disclaimer: I am using CapRover, so their Dockerfile is…

FxllenCode
- 63
- 1
- 1
- 14
0
votes
1 answer
Sharing a file between a persistent and a non persistent Docker Container
I'm using Caprover with Docker to run a Django project (Django-Cookiecutter) which is non persistent. I'm also running a persistent app on the same server which imports csv data. I need the two apps to basically share a file together. This is how i…

Matthias
- 102
- 2
- 19
0
votes
1 answer
Application in Docker container does not save file to docker volume
I am using Docker desktop to develop my application. I have created a "uploadedfiles" docker volume and I am trying to save files to it, from my docker application.
When I save a file from my docker application, I see that the file is saved to the…

Ajit Goel
- 4,180
- 7
- 59
- 107