2,251 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
53
views
Prisma inside Docker container cannot connect to Postgres on host machine (Can't reach database server at "123:5432"), but psql works inside container
I’m deploying a Node.js + Prisma backend using Docker on my VPS.
PostgreSQL is NOT in Docker — it runs directly on the VPS host (Ubuntu).
My backend is running inside Docker using docker compose.
...
1
vote
0
answers
95
views
Docker build fails on VPS with chown -R appuser:appuser on Node+Python image but works on Local
I'm building a Docker image based on node:20-slim with a Python virtual environment. My Dockerfile includes:
# Use official Node.js image (stable, small)
FROM node:20-slim
# Prevent interactive ...
0
votes
0
answers
18
views
Start hibernating server when called from API
I have a memory-intensive application running on a VPS which is called about once a week via a RESTful API. The host offers monthly or hourly billing.
To meet client requirements the server needs 64GB ...
0
votes
0
answers
51
views
How can I configure Dex to issue a token from Google Cloud (GCP) for Artifact Registry, Cloud Storage and Vertex AI?
There's little documentation in this regard.
The problem:
I'm trying to use OIDC to authenticate to Google Cloud.
What for:
Pull a Docker image within Artifact Registry to launch a web app in a VPS (...
0
votes
0
answers
151
views
Google Chrome Headless / Puppeteer Fails with "Trace/breakpoint trap (core dumped)" for cPanel User, Works as Root (AlmaLinux 9, AWS, CloudLinux)
I’m facing an issue running Headless Chrome (Google Chrome for Testing, v137) via Puppeteer as a non-root cPanel user on my AWS EC2 VPS running AlmaLinux 9 with CloudLinux (LVE) and cPanel.
Chrome ...
0
votes
0
answers
43
views
is anyone faced this issue : SSL CERTIFICATE_VERIFY_FAILED certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.gmail.com' [duplicate]
When deploying an Django full stack app on GoDaddy VPS I came across this error, I have also changed server the the error still persists, my application use Celery for email tasks queues with Redis, I ...
0
votes
1
answer
97
views
Switch production / development
I have a Debian VPS where I use a monorepo with Strapi (V5) and Next.js (V15).
My project is called strapi-next, and I have 2 folders, frontend (Next.js) and backend (Strapi).
Everything works fine, ...
0
votes
1
answer
428
views
Getting error while hitting my api using domain - Error 502 Bad Gateway
My backend is in nodejs, hosted on VPS, using nginx for reverse proxy. After certain recent merges I have started getting 502 Bad gateway error
<html>
<head>
<title>502 Bad ...
0
votes
0
answers
69
views
VPS sqlite issue on hostinger server
I am writing webapplication in Next.js, Drizzle-orm, sqlite and tested it on local machine, its working without any issues but when I move to hostinger.com VPS server its not working.
It gives 500 ...
0
votes
1
answer
39
views
Multiple instances of same jar, creating when starts the service (ubuntu server)
I hosted springboot .jar file on hostinger vps server and start the app as a service
this is my service file
when starting the service multiple instances of jar files are created and multiple mysqld ...
0
votes
0
answers
68
views
Why is my Next.js + Spring Boot website running slow on a VPS, and how can I fix it?
I'm working on a project similar to prompthero.com, where users can post AI-generated images along with their prompts.
Tech stack:
Frontend: Next.js 14Backend: Spring Boot
Database: MySQL
Image ...
-2
votes
2
answers
109
views
Error with Nginx (ERR_TOO_MANY_REDIRECTS) in VPS Hostinger default config WordPress [closed]
I'm having a problem with my Wordpress hosting on a Hostinger VPS with CloudPanel and NGINX. I've tried reinstalling it, it worked for 10 minutes (which is strange) and then it stopped working.
...
0
votes
0
answers
153
views
Ollama + OpenWebUI on VPS : which endpoint for curl requests to embedding model?
I have a VPS with Ollama and OpenWebUI running. I want to use "granite-embedding:278m" as embedding model for curl requests. I have the same setup running locally on my Mac and the endpoint ...
0
votes
1
answer
142
views
Why are Dart http requests for GeminiAPI on Ubuntu VPS being blocked
I am running a simple Dart server with package shelf. The server makes a request to generativelanguage.googleapis.com. Everything is working fine on my own machine. When the Dart program is running on ...
0
votes
0
answers
121
views
Laravel app slows down on select pages after PHP 8 upgrade (VPS with Webmin)
I'm running a Laravel application on a VPS server managed with Webmin. Recently, I upgraded PHP from version 7 to PHP 8. Since the upgrade, I've noticed that a few pages in my application are ...