2,303
questions
-4
votes
0
answers
25
views
ETIMEDOUT with self-hosted mongodb via Compass [closed]
I've set up MongoDB on a VPS (following this official guide) and opened the post 27017 with ufw allow 27017 (although it's inactive somehow).
I've also allowed my pc's IPv6 to connect and also set net....
-5
votes
0
answers
54
views
Linux error -bash: ./serverinstaller.sh: cannot execute: required file not found [closed]
Im trying to setup an Minecraft server with a modpack (time2),
everytime I try to install the server I get that output in the console:
-bash: ./serverinstaller.sh: cannot execute: required file not ...
-1
votes
0
answers
14
views
Get the folder path from NAS to apply to the application on VPS (Virtual Private Server) [closed]
I have a problem about nas.
Simply put, I have one application installed on a VPS (Virtual Private Server), while my files are stored on a NAS.
What I want to ask, can I take my files on the NAS to ...
0
votes
0
answers
13
views
Preventing access to htdocs folder of XAMPP from specific ip and domain
Subdomain is redirected to vps via A record in DNS and XAMPP is running in vps. I want to prevent access to htdocs of XAMPP from ip of the vps and the subdomain. How to edit the .htaccess file for ...
-1
votes
1
answer
21
views
XAMMP subdomain accsess only the sudmoian folder instead of htdocs [closed]
I've added domain and subdomain in XAMPP, the vps server is running by windows server 2022. When I enter sub.domian.com, it enters it's folder in htdocs. But when I enter domain.com/sub.domian.com, it ...
0
votes
0
answers
51
views
Docker container returns SSL error when connecting to OpenAI API despite installing ca-certificates
I'm running a backend service in a Docker container, and I am facing an SSL error while trying to connect to an external API. The error I'm getting is:
requests.exceptions.SSLError: ...
0
votes
1
answer
124
views
How to deploy Angular 18 SSR on Nginx manually
I have built project home-aap with Angular 18 and SSR enabled. Now Angular 18 comes with built in SSR, So after executing ng build it has generated below folders:
[enter image description here][1]
/...
-1
votes
1
answer
53
views
Traefik Unable to Route Traffic to Docker Compose Setup
I'm having trouble configuring Traefik to route traffic to my wallet-service container within a Docker Compose setup. Although I can access the service directly via curl http://localhost:3000 on the ...
0
votes
2
answers
130
views
SvelteKitError: Not found - requests flooding the web server
I have deployed SvelteKit application using pm2 and nginx on my Ubuntu LTS VPS server which works perfectly on my local, also on my VPS. But at random times, I got bad gateway errors and can't reach ...
0
votes
0
answers
43
views
Shared Hosting eg godaddy restrict user DB creation from web app context. Is VPS the only solution
Still learning am fearly new to The Dev world. Am Working on a personal project deploy the app and realize shared web hosting restrict CREATE DB for user from the web application context when dealing ...
0
votes
1
answer
43
views
Socket.io behind a Nginx reverse proxy not working
I am serving my front-end static files with Nginx as follows.
server {
server_name <my_domain>; ...
0
votes
0
answers
58
views
Connection refused to production MySQL database from local machine
I have a VPS server on which I have MySQL database. My /etc/mysql/conf.d/mysql.cnf:
[mysql]
port = 5231
bind-address = 0.0.0.0
Then I create a brand new user:
CREATE user 'dbuser'@'%' IDENTIFIED BY '...
0
votes
1
answer
32
views
Cookies are not creating after login
I am working rigth now on e-commerce project using ReactJS, NodeJS, Express, Apache, VPS(ubuntu). The problem is that after sign-in coockies are not creating. So my loging code is working well, only ...
0
votes
0
answers
27
views
Prisma ORM issue while building project on VPS hosting or Vercel hosting
I have an issue with prisma ORM when I'm trying to deploy (build) project, the DB doesn't work on Vercel or doesn't build on VPS hosting, but it builds and wroks well localy
package.json:
"...
0
votes
0
answers
74
views
Slow Requests and High CPU Laravel VPS and Nuxt Front
I've been experiencing slowness on my VPS server. I have a VPS with 4 CPUs on DigitalOcean and 8 GB of RAM. We have approximately 15,000 users per day. We use Nuxt 3 as the frontend and Laravel as the ...
0
votes
0
answers
21
views
Delete request to idrive e2 not working on VPS
I have a function that uploads images to idrive e2 and another to delete it. uploads work perfectly. Delete gives 404.
const response = await axios.post(`https://api.heartstribute.com/api/...
0
votes
0
answers
26
views
Django Rest Framework Token Authentication Not Working in production
I have deployed the Django Application on VPS server with following configuration.
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'...
1
vote
1
answer
494
views
How to run laravel scheduler/cron jobs on Coolify.io self hosted
I'm running a Laravel application hosted on a VPS, managed by a self-hosted Coolify.io service. I've set up the application to auto-deploy on Git commits using Nixpacks, following the documentation, ...
0
votes
1
answer
43
views
Angular app returns 404 on domain despite running fine in Docker container with Traefik
I'm a beginner setting up a continuous deployment pipeline for a Java Angular web application using Docker, Traefik, and GitHub Actions. I've successfully deployed my app on a VPS (Debian 12) with ...
0
votes
0
answers
28
views
Django + Nginx + Gunicorn site not working on Safari Browser
I made a website for a small business. Everything works fine on Chrome, Edge, etc. but on Safari it just pops out a Welcome to nginx! default message. I've configured the SSL with Certbot. Here's the ...
0
votes
0
answers
16
views
Run cal with traefik and caddy in the same vps
i already installed in my vps cal and ollamana and webui and i configured them and i used caddy as reverse proxy , i want to install dify so i use traefik as reverse proxy so i had to stop caddy to ...
1
vote
1
answer
26
views
error while deploying Django project in virtual private server in hostinger
when i try to start nginx its works well but i cant see my site in my domain and when i looks for a error log its says this
gunicorn[313208]: [2024-08-14 05:56:29 +0000] [313208] [ERROR] Connection in ...
0
votes
0
answers
17
views
Hosting Collab Notebook Python Script
I developed a script in Google Colab that implements my trained model, which requires an NVIDIA GPU to load because I used the Unsloth library for fast loading. I used ngrok to handle model requests ...
0
votes
0
answers
39
views
GoDaddy, VPS, cPanel: Experiencing issues in listening api calls with https after installing SSL for my domain
Before installing SSL for my domain (i.e. apiagoverse.com) on GoDaddy VPS cPanel, the following CURL commands were logging the expected output to the terminal:
curl http://ipaddress:8000/api/v1/...
0
votes
0
answers
50
views
Deploying Flask app and React app to a VPS
ive built a webapp using react and python, my app is a inventory system for my schools science department but im having issues deploying it to my VPS, the backend is made in python using flask while ...
0
votes
0
answers
17
views
Problem recovering image, local drive - VPS
I recently uploaded my API to a VPS, and I'm having trouble recovering the images that are being saved locally. Whenever I try to open the image URL, I get a 404 Not Found error.
I'm not saving the ...
0
votes
1
answer
22
views
base64image econded string 500 internal error in asp.net core web api inhostinger server
base64image econded string 500 internal error in asp.net core web api in hostinger server
We have deployed the Asp.net core Web API in hostinger VPS linux with ASP.NET Template and Nginx proxy server.
...
0
votes
0
answers
21
views
How can I manage users on my VPS hosted Flask website
I'm building a website, but I just encountered a problem that I have not been able to solve:
I have a python flask app as well as several HTML files that make up my website, hosted on a VPS
The ...
0
votes
1
answer
72
views
My domain redirects to another domain while accessing http URL - NGINX
In my VPS I have hosted two different domains for eg:
https://example1.in and https://example2.com in single VPS, here I've enabled the SSL certificate for the both.
If I trying to access my domain ...
0
votes
0
answers
57
views
VPS server %steal reason
We have VPS hosting for our e-commerce website which use hostinger service. The server specification is 32 GB RAM with 8cpu. Now when there is only user coming up in the website also not getting ...
0
votes
0
answers
51
views
Persistent Database Connection Issues on GoDaddy VPS with Laravel 9.19 and PHP 8.0 After Server Rebuild
I have a connection issue on my VPS from GoDaddy. It is a site based on Laravel 9.19 and PHP 8.0. The problem started after we decided to rebuild the server. Since then, I have had issues with the ...
-1
votes
1
answer
281
views
how to deploy flask api in hostinger vps
root@srv524222:~/barish# python3 app.py
Serving Flask app 'app'
Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
...
0
votes
0
answers
33
views
Django Deploy Nginx Bad Gateway no such file or directory
So, I've been struggling for the past week to deploy my Django project on my VPS server (domains.co.za). After all this time, I managed to figure out a few things on my own. My server runs on ...
0
votes
0
answers
161
views
IIS Reverse Proxy Configuration for Node.js Backend
I have tried every possible way to deploy my node js app in the IIS, I have used reserve proxy, my backend is successfully running in locally windows server 2019 VPS. Now after my domain like www....
0
votes
1
answer
111
views
Caddy subdomain issue, `ERR_SSL_VERSION_OR_CIPHER_MISMATCH`
First time using Caddy. I have a VPS (Hetzner if that's relevant) running Docker containers to host my projects on. So far there is only one API hosted there, and Caddy to handle HTTPS and act as a ...
0
votes
1
answer
51
views
PM2 is repeatedly showing Module Not Found, Required Stack
I am deploying a node app on vps server on godaddy and getting this issue when i run pm2, When i start the pm2 it shows me status online, within secs when i check the status again it shows me errored, ...
0
votes
1
answer
492
views
I cannot access some ports on my Contabo provider VPS Server
My Contabo VPS with Debian 12 and no iptables rules enabled, gives me no access to some ports. For instances, ports 80 and 443 are allowed, but 8080 and some others are not.
Is there a kind of default ...
0
votes
1
answer
97
views
Nginx doesn't seem to recognize index.html
I just bought VPS on Hostinger and i'm trying to deploy my app, my NodeJS server is working fine at ***, I have my ReactJS build folder in root /bushnaq/client/dist which contains index.html, but when ...
0
votes
0
answers
49
views
Invisible Wordpress Redirection on VPS Apache
In /etc/apache2/sites-available, my file 000-default.conf looks like this
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName exemple2.domain.com
ErrorLog ${...
-1
votes
1
answer
44
views
Deploy laravel 9 on ionos apache2 Ubuntu 22.04.4
your text
I'm trying to deploy a laravel site on ionos VPS. When i launch my site on the browser, i've got this error:
your text
My .htaccess:
# enable gzip compressing for the following mime-types
&...
0
votes
0
answers
26
views
Internal HTTPS links not working when deployed React app to VPS
I build a React app locally
that has a simple login page, MongoDB on Cloud Atlas (remote) and a bunch of internal links once user is logged in like dashboard, analytics and other stuff).
Now I want to ...
0
votes
0
answers
55
views
How to remove the default landing page of CapRover
I have CapRover set up on a vps with a domain (*.domain.com) pointing to it. After following there docs, everything works fine but there is one undesired behaviour that I can’t disable. By default ...
0
votes
0
answers
58
views
Problem CI/CD gitlab.com to Ubuntu server
Recently, I created pipeline for automation of my task from gitlab.com to my VPS server.
I craeted runner on docker and the link is correct in gitlab.
The pipeline run successfully but never image is ...
0
votes
0
answers
37
views
Run prod and pre prod in same vps docker.setup
I have web application which has pre prod and prod environments.
Due to cost I want to setup both pre prod and prod in same vps.
I have pre prod docker setup as below
Container. Port
pre-prod-db ...
0
votes
0
answers
33
views
SocketIO working on local but does not show on windows VPS
I have a fully working socketIO code that I run locally, when I tried to move it to windows VPS it broke, the IP address (127.0.0.1:5001) only shows Hmm, can't reach this page but opening the Network ...
0
votes
0
answers
49
views
VPS Ubuntu 22.04 - Django - Gunicorn - Nginx
If I use; gunicorn --bind 0.0.0.0:8000 my_project.wsgi works
Then this is my config:
gunicorn.socket
[Unit]
Description=gunicorn socket
[Socket]
ListenStream=/run/gunicorn.sock
[Install]
...
0
votes
0
answers
13
views
Connect VPS Server with my mysql database [duplicate]
I have hostinger VPS server and there I uploaded the node.js code with all its necessary modules. But when I try to connect with database using GET API, It gives error
{ "success": false, ...
0
votes
0
answers
68
views
When placed on the server, the aiogram bot does not see the env environment
Please help me figure it out. The bot works fine on the local computer, however, when launched from the server, it stops seeing the token, the admin and everything that is located in the env file
from ...
0
votes
0
answers
62
views
Can't use FireFox in Digital Ocean
I've successfully installed ubuntu in a droplet for digital ocean. Everything works except for Firefox. I can't type in the bar. I tried removing it as well, but despite removing it via the command ...
0
votes
0
answers
58
views
How do I keep thread running in a Flask app?
I have a function that collects data from an api every 60 seconds. I want to be able to start and stop this function by making request to Python Flask app. The app is deployed on a VPS server, but ...