BTW should it be a POST or GET request? i'm getting 404 for GET and 405 method unsupported for POST
[07:52:39 DBG] SessionId(0be33478-802f-4b24-a92a-8e985e1918f1) found in cache, Updating hit count(9), last access time(12/19/2025 7:52:39 AM) and IP address(172.18.0.1). [07:52:39 INF] Executing endpoint '405 HTTP Method Not Supported' [07:52:39 INF] Executed endpoint '405 HTTP Method Not Supported' [07:52:39 INF] Request finished HTTP/1.1 POST http://localhost:44346/Payment/GatewaySelection?paymentRequestId=3a1e47a4-4cb7-637e-2570-3ee7ad0f002a - 405 null null 36.9539ms
FYI our team identified the issues
when installing using ABP suite, it did not include the following modules:
typeof(AbpPaymentWebModule),
typeof(AbpPaymentStripeWebModule)
These are added to the HttpApiHostModule file
Hi Maliming,
Strangely I don't see it in my error logs, only in the traces. Any idea why that is the case? perhaps due to logging level in our environment? Many thanks
I will attempt the config mentioned by the AI bot and see if that works
{
"AbpStudioClient": {
"IsLinkEnabled": true
}
}
Bryan
Hi Maliming,
Thanks, works well and no longer getting any of those error traces