Skip to main content

Questions tagged [render.com]

Cloud hosting service. Use this tag for questions about deploying your applications to Render.

0 votes
0 answers
25 views

Beginner level JSON and Render.com issue regarding builds

I have no experience with JSON but I've been left to decipher and update a script that was handed to me. I will be as detailed as I can since I'm not sure at all at what level is my error. I have ...
Rywek's user avatar
  • 151
0 votes
1 answer
30 views

Error: read ECONNRESET while connecting to my postgres db on render.com

Error while connecting to my Postgres database this is a setup for a next.js project using typescript // src/utils.ts import { Client } from "pg"; export async function getClient() { ...
SRJ's user avatar
  • 1
-2 votes
0 answers
47 views

How to Build Multiple Versions of a React Application Using Vite?

I have a React application that is built using Vite and deployed on Render.com. Everything works fine, but now I need to configure the build process to generate different versions of the application ...
wch's user avatar
  • 300
0 votes
1 answer
41 views

Django Media Files Not Found (404) on Render Deploy

I'm having trouble serving media files on my Django application deployed on Render. The media files are being created and stored (I think) correctly on the server, but accessing them through the ...
Young Entrepreneur's user avatar
-2 votes
1 answer
38 views

Django Media Files Not Found (404) on Render Deployment

I'm having trouble serving media files on my Django application deployed on Render. The media files are being created and stored (I think?) correctly on the server, but accessing them through the ...
justlivinglife's user avatar
-1 votes
0 answers
12 views

SQLSTATE[HY000] [2002] Connection refused , while deploy in the render.com using GitHub repo [duplicate]

I deployed the repo from GitHub : https://github.com/hariprabhu08/hospitalMS/ when I try to deploy I got the error : [2024-06-22 01:40:50] production.ERROR: SQLSTATE[HY000] [2002] Connection refused (...
hari prabhu's user avatar
0 votes
0 answers
35 views

WordPress api call from react Express server hosted on render.com timeout issue

I have a SaaS software that sends an API call over HTTP to my WordPress site on my react Express server. When the server is hosted locally, I recieve a response from my API call successfully. When I ...
John Maliszewski's user avatar
0 votes
0 answers
20 views

Not able to fetch data from Render web service, fetching stuck at pending

I'm pretty new to fullstack development so I'm sorry if the issue makes no sense. I have deployed my backend on Render Web Service. Locally everything works but when I try to fetch from that deployed ...
fallenech's user avatar
0 votes
0 answers
12 views

Babel preventing deploy on render.com

Hi no matter what I do render will not successfully build. It was working fine a few days ago but now babel is acting up again I have tried deleting node modules, npm i multiple times and npm install @...
Learn to Code's user avatar
0 votes
0 answers
35 views

How to configure nodejs and multer to work with render.com persistent disk

I have a paid account with render.com, and I have created a disk, mounted on /uploads, here is my multer configuration import multer from "multer"; import fs from "fs"; import path ...
Anya Martins's user avatar
0 votes
0 answers
17 views

Having CORS Error due to preflight request

I have a build a MERN typescript app. It was running perfectly, the api was on cyclic and the client on vercel but due to the shut down of cyclic I need to find a new free host plateform for my api. I ...
Thomas Melchers's user avatar
0 votes
1 answer
59 views

Rails 7 deploy failing on Render.com during assets:precompile - ActionView::Template::Error (The asset __ is not present in the asset pipeline.)

This bug is suddenly affecting all of our 3 Rails applications on Render.com. The codebase wasn't changed but the deployment suddenly stopped being successful. During the build on Render.com, ...
Darme's user avatar
  • 7,034
0 votes
0 answers
19 views

Images are not showing after deployment of MERN project on Render hosting platform

This is my server.js file: const express = require("express"); const cors = require("cors"); const dotenv = require("dotenv"); const connectDB = require("./config/db&...
Shirish Gund's user avatar
0 votes
0 answers
19 views

How to Serve media files on render.com for Django app deployed? [duplicate]

Below is following render.com documentation for serving static and media when deploying Django webapp. Everything works, except when you upload a profile picture. Below, setting.py, build.sh and ...
Gert Fourie's user avatar
0 votes
0 answers
39 views

Error: /opt/render/project/src/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node: invalid ELF header

my render has been showing me 'Error: /opt/render/project/src/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node: invalid ELF header' whenever i want to deploy my backend 'Node.js' please whoever ...
user25146006's user avatar

15 30 50 per page
1
2 3 4 5
12