20 questions
-4
votes
0
answers
25
views
I'm getting a Coolify/NextJS 15/ShadCN import problem [closed]
I'm getting this error from Coolify while trying to deploy a NextJS 15 app:
The files DO exist in git repo, locally (windows) so i dont understand the error. Its not a case sensitive issue, i already ...
0
votes
0
answers
116
views
SSL_ERROR_NO_CYPHER_OVERLAP with Uvicorn behind Cloudflare
I'm running a FastAPI backend with Uvicorn on my VPS (Using Coolify) behind Cloudflare, and I'm getting the following error in the browser:
SSL_ERROR_NO_CYPHER_OVERLAP
The error only occurs when the ...
0
votes
0
answers
203
views
Next.js app returns 500 error on all API routes after Coolify deployment (MySQL + Hostinger VPS)
I’m encountering an issue while deploying a website built with Next.js and a MySQL database, hosted on a Hostinger VPS using Coolify.
Context:
• The Next.js site is properly built (next build) and ...
0
votes
0
answers
150
views
Coolify - Filament causes Bad Gateway and Worker issues
I use Coolify for deployment and i use Nixpacks for setup. Having a structure as defined on the Coolify-Documentation (https://coolify.io/docs/applications/laravel) and running the build based on that ...
1
vote
0
answers
493
views
How to Export and Retrieve PostgreSQL Database from Coolify Cloud for Migration to Self-Hosted Server?
I am using Coolify Cloud to manage my Next.js application and PostgreSQL database. Both the application and the database are running in separate Docker containers.
I want to back up my PostgreSQL ...
1
vote
2
answers
3k
views
Coolify with CloudFlared & SSL/TLS HTTPS
I want to use Coolify with CloudFlare Tunnels, so all my apps will be public using https domains, e.g. https://test.mydomain.com
I followed the steps mentioned in docs in order to have a tunnel & ...
0
votes
1
answer
342
views
supabase self-hosted resumable upload problem
I'm hosting Supabase with Kong and using TUS for resumable file uploads. My goal is to ensure that all client-side requests consistently start with https://myhost.com/storage/v1/..., and have Kong ...
0
votes
1
answer
189
views
NestJS/MongoDB Auth not working after deployment via docker compose
Basically, mongo-auth via rootUser/created user works fine locally, but fails on my server after deployment via Coolify/Dokploy
Here is my docker compose file:
version: '3.8'
services:
mongodb-dev:
...
0
votes
1
answer
888
views
Coolify Django Deployment
I'm using Coolify and I want to deploy a Django application. I created an entrypoint.sh
#!/bin/sh
set -e
echo "Running migrations..."
python manage.py migrate
echo "Collecting static ...
1
vote
0
answers
449
views
Customize php.ini settings nixpacks
I am using coolify to deploy apps, coolify uses nixpacks under the hood to build an image.
When deploying a PHP project everything works fine, but I cant figure out or find anyting in the docs about ...