Cloud hosting service. Use this tag for questions about deploying your applications to Render.
Questions tagged [render.com]
106 questions
5
votes
3 answers
How can I do a health check for a Rails-based app on Render?
Render requires a /health endpoint, but when I create this in my app & deploy for the first time, I am unable to deploy because the app cannot boot without the migrations having run first.
it seems that Render.com health check needs the health…

Jason FB
- 4,752
- 3
- 38
- 69
4
votes
1 answer
Telegram bot logs Error code 409 even though there is single instance running
I have deployed my Telegram bot on Heroku written in Python (PyTelegramBotAPI) before and it was working without any issue. Today I tried to migrate it to Render.com. I stopped my Dyno and deployed it on Render and it logs below error. I tried…

pasindu
- 529
- 1
- 4
- 16
3
votes
0 answers
after deploying the react app on render.com it says the site is dangerous when i click on deployed link
I have created netflix clone using tmdb api and when we click on particular movie it shows a modal which plays trailer of movie .
the TMDB api key is stored in .env file
when i try to access the site using chrome it says that the site is deceptive…

Sahil Solkar
- 75
- 3
2
votes
1 answer
Running the node-express app live in render.com with query throws internal server error
I'm trying to run a route live with query using nodejs express app in render.com. All other routes related to the crud operations are getting executed except the search filter route url with the query. I'm getting the below error while running it in…

Subhojit
- 1,389
- 8
- 19
- 33
2
votes
1 answer
failed to initialize Tomcat while running Spring boot app with vaadin in docker
I'm hobbyst and recently switched from heroku to render.com. I wanted to put my SringBoot app there but it requires me to run it in docker environment which I have no expirience with. I managed to write Dockerfile for it, and run it from jar file,…

Kiemoon
- 47
- 6
2
votes
1 answer
Deploy MERN app on render.com without Yarn
I'm trying to deploy only the server directory of my MERN app on render.com. I've found this link to the docs https://render.com/docs/deploy-node-express-app. The build command is using Yarn. However, my project is using NPM. What build command…

OliGarc333
- 57
- 5
2
votes
1 answer
The table `main.Product` does not exist in the current database. How to deploy prisma database on render.com?
In the last part of my project I cannot seem to get the prisma database to deploy properly. The site successfully builds and I am able to view the site, but the momment I attempt to access the database it says that the following:
Invalid…

Caleb Havea
- 63
- 4
2
votes
0 answers
Why does Puma shutdown shortly after deploying?
Problem statement
I'm deploying my Rails 7 app on render.com and shortly after launching, the logs show that Puma is shutting down the workers. The config file is mostly unmodified from what ships with Rails.
Question
Is this expected behavior, to…

chemturion
- 283
- 2
- 16
2
votes
1 answer
Nx cloud build is tagged with "no branch"
I'm using render.com to build a NX project and all builds are tagged with "no branch" in NX cloud. How do I get the branch to show up in Nx cloud?

sguha
- 2,057
- 1
- 22
- 36
2
votes
2 answers
How can I create a build from a JavaScript file based on node modules?
I created a new node project using
npm init
npm install apollo-server
I then added a index.js file with the following code:
const { ApolloServer, gql } = require('apollo-server');
const typeDefs = gql`
type Query {
hello: String
…

stefan.at.kotlin
- 15,347
- 38
- 147
- 270
1
vote
0 answers
Cookies Not Generating After Successful Login on Render.com Deployment
I'm facing an intriguing challenge with my React project, which involves user authentication and the backend is deployed on render. Specifically, the cookies that should be generated after a successful login are not being created in the deployed…

MH Developer
- 11
- 2
1
vote
0 answers
Get Request Returns 404 on Product Flask backend ,React Frontend (render.com)
I have a simple app it works on my local machine .
Here is the sample react code API_URI is my backend domain that render gave me:
const fetchProducts = useCallback(async () => {
try {
let response;
const headers = {
…

user15465584
- 47
- 6
1
vote
0 answers
DECODER routines 'ERR_OSSL_UNSUPPORTED' in Node.js Google API on Render.com web service deployment (working locally)
I'm having an issue with my Node.js application which uses the Google API to create a document on Google Drive. Everything works fine in my local environment, but when I deploy on Render.com, I encounter an OpenSSL error.
Here is the relevant…

Henry Quillin
- 11
- 1
1
vote
1 answer
Why does my MongoDB Atlas cluster go into sleep mode after 30 minutes of Mean stack app inactivity on Render.com?
My mean stack connected to mongodb atlas doesn't load after 30 mins of inactivity.
I created a mean stack app connected to atlas cluster and deployed it on render.com.
But 30 mins after I stop working on my mean stack app, the home page takes at…

vegetadeep
- 21
- 3
1
vote
0 answers
Unable to Access Elasticsearch Server on Render.com from External Applications
I have set up Elasticsearch on Render.com for my startup hosting by following the instructions provided in the article "Deploy Elasticsearch" available at https://render.com/docs/deploy-elasticsearch. The setup process went smoothly, but I am facing…

Komeil Mehranfar
- 45
- 1
- 2
- 13