Auth Request does not exist
I have self hosted the zitadel. And we are using custom ui with OIDC.
After upgrading from v2.65.1 to v2.67.2
getting this url in the response of the authorize api endpoint
$ZITADEL_DOMAIN/ui/login/login?authRequestID=306354694417024583
the auth request id format changed V2_306357907035783941 => 306354694417024583
Everything went well. But when I call the Finalize Auth Request API
$ZITADEL_DOMAIN/v2/oidc/auth_requests/306354694417024583
I get the response as
Is this a bug or do I need to change the way of implementation
After upgrading from v2.65.1 to v2.67.2
getting this url in the response of the authorize api endpoint
$ZITADEL_DOMAIN/ui/login/login?authRequestID=306354694417024583
the auth request id format changed V2_306357907035783941 => 306354694417024583
Everything went well. But when I call the Finalize Auth Request API
$ZITADEL_DOMAIN/v2/oidc/auth_requests/306354694417024583
I get the response as
Auth Request does not exist with http status code 404.Is this a bug or do I need to change the way of implementation
