Closed ArsenioInojosa closed 5 days ago
Are you by any chance using cloudflare also?
@ArsenioInojosa you need to untick strip prefix in console and realtime in service stack
this is being worked on i believe
Are you by any chance using cloudflare also?
No, the system does not use cloudflare
@ArsenioInojosa you need to untick strip prefix in console and realtime in service stack
this is being worked on i believe
Hi!
I deleted the service, recreated the service and unchecked the options. It doesn't work.
@ArsenioInojosa after unticking did you redeploy?
@djsisson yes, I did.
In this video you can see the step by step.
By the way, there is an error in the image of the Apprise Api service.
@ArsenioInojosa can you run
curl -v http://appwrite.192.168.100.23.sslip.io/console
in a terminal
@ArsenioInojosa can you run docker ps on the server
@djsisson
@ArsenioInojosa
docker container inspect d848fa80cadb | jq -r '.[] | .Config.Labels[]'
@ArsenioInojosa youre using caddy?
i believe there is currently a bug where it doesnt remove strip prefix for caddy, so you will need to do the label yourself manually,
you will have to look at show deployable compose to get the labels you need, then remove the domains from realtime and console, and add the labels back in to the compose for console and realtime
there is no way around this, till the fix is implemented in next version i think
@ArsenioInojosa youre using caddy?
@djsisson
Yes, I used to use Caddy.
I switched to Traefik and it works now.
Thanks a lot!
@ArsenioInojosa are you able to create attributes? they're endlessly stuck in processing for me, everything else works i'm using cloudflare btw
@Mini-Sylar
There shouldn't be any problem as this doesn't depend on Coolify.
I'll test it tomorrow and confirm.
@ArsenioInojosa
Thanks!
Thanks!
@Mini-Sylar Documents and attributes are created without any problems.
@ArsenioInojosa Weird, it's still not working for me even after reinstalling coolify. Not sure what the issue is
! EDIT
Found the issue, in the appwrite-worker-databases
container, there were some environment variables not found in the appwrite .env
- '_APP_WORKERS_NUM=${_APP_WORKERS_NUM:-1}'
- '_APP_QUEUE_NAME=${_APP_QUEUE_NAME:-appwrite}'
- '_APP_DATABASE_SHARED_TABLES=${_APP_DATABASE_SHARED_TABLES}'
Removing these 3 fixed the issue for me
this is in official compose
@djsisson Weird, I was using the one from their website:
@Mini-Sylar hmm, github one is for dev and I guess it's different
Should prob fix this then
@djsisson nice! When you're done can you mention the PR here as well?
Aside that, everything is working, functions, storage buckets.
Tried the caddy fix you mentioned, that's working as well
@Mini-Sylar https://github.com/coollabsio/coolify/pull/4317
@djsisson Nice, Tested and everything still works
Error Message and Logs
Steps to Reproduce
Docker Compose:
services: appwrite: image: 'appwrite/appwrite:1.6.0' container_name: appwrite volumes:
Example Repository URL
No response
Coolify Version
v4.0.0-beta.367
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04.1 LTS
Additional Information
No response