Issue with API Key Expiration for /api/compose.update
Hey everyone! I'm trying to update my compose file using the
/api/compose.update
/api/compose.update
endpoint. I create a new API key from the profile page and use it as
x-api-key
x-api-key
. It works fine for the first 1–2 minutes (returns 200), but after that, I start getting 401 responses. I didn’t set any expiration when creating the key. Is this expected behavior or possibly a bug?