Spioune
CCConvex Community
•Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
maybe you need to set the Host header with your reverse proxy (nginx, traefik, caddy...)
26 replies
CCConvex Community
•Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
I suspect some header mismatch
26 replies
CCConvex Community
•Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
Do you have a way to inspect http requests to your minio instance with something like wireshark ?
26 replies
CCConvex Community
•Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
did you set MINIO_DOMAIN env variable ? (To enable virtual host style url)
26 replies
CCConvex Community
•Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
How does your S3_ENDPOINT_URL env variable look like ?
26 replies
CCConvex Community
•Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
you are using a subdomain?
26 replies
CCConvex Community
•Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
ah I will try with https later and let you know
26 replies
CCConvex Community
•Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
assuming your database and minio are HA also
26 replies
CCConvex Community
•Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
for HA, only one instance of the convex backend can run at the same time (because of transactions) but I guess with docker swarm/kubernetes if the server crashes you can spawn another instance on another node
26 replies
CCConvex Community
•Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
docker-compose.yaml
.env
26 replies
CCConvex Community
•Created by Erkka on 4/2/2025 in #self-hosted
About Minio... I tried to find reason
@Erkka @Nipunn I just tried with a minio docker container and everything works fine
26 replies
CCConvex Community
•Created by fartinmartin on 3/2/2025 in #support-community
Add access token from OAuth provider
I guess storing them in the user table is fine.
13 replies
CCConvex Community
•Created by fartinmartin on 3/2/2025 in #support-community
Add access token from OAuth provider
I am not familiar with convex auth, I thought they use the same config as auth.js
13 replies
CCConvex Community
•Created by fartinmartin on 3/2/2025 in #support-community
Add access token from OAuth provider
If you console.log every arguments of callback createOrUpdateUser() do you see anything useful?
13 replies
CCConvex Community
•Created by fartinmartin on 3/2/2025 in #support-community
Add access token from OAuth provider
Yes and I think if you try to fetch Spotify API from the browser you would get CORS error anyway. You should do it from the server.
13 replies
CCConvex Community
•Created by fartinmartin on 3/2/2025 in #support-community
Add access token from OAuth provider
13 replies