The login form uses hx-post, so htmx sends the POST via fetch. A 302 redirect to the cross-origin service callback URL fails silently because fetch follows the redirect but gets blocked by CORS. Use HX-Redirect header instead, which tells htmx to perform a full page navigation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 KiB
16 KiB