v1.5.1
v1.5.1
Hotfix: CORS configuration crash when using specific origins (e.g., https://chat.openai.com).
tower-http does not allow allow_credentials(true) combined with allow_headers(Any). Fixed by listing explicit allowed headers (Authorization, Content-Type, Accept) instead of wildcard.
This was blocking engraph serve --http from starting when CORS origins were configured for ChatGPT Actions.