BigBadVoodoo
API 500 on GET only
Hi, I run twenty 0.52.8 via docker-compose, pretty much just the default
docker-compose.yml
that I found on your GitHub.
Now trying to use the REST API. I have set up my key and I can do POST just fine but GET gives me this behavior :
- first call after a docker compose up
gives me this : {"statusCode":400,"message":"Metadata cache version not found","error":"Bad Request"}
- all the following calls just give me a 500 with no output
My requests are as follows :
GET works fine with /rest/open-api/core
and /rest/open-api/metadata
, but for the rest of /rest/*
it's pretty much only 500's
I have tried with and without a reverse proxy, it doesn't change anything
here is my .env
file :
I don't know how to get logs other than docker compose logs
, which isn't very talkative36 replies