Problem: All function endpoints on the base44 platform are failing. The platform's router is incorrectly treating /functions/* URLs as frontend page routes instead of directing them to the backend Deno runtime.
Evidence:
curl -X POST https://cracker.games/functions/stripeWebhook returns 405 Method Not Allowed.
curl -X POST https://cracker.games/functions/testRouting returns the exact same 405 Method Not Allowed error.
In both cases, the response includes an Allow: GET header, confirming that the server is only configured to accept GET requests for these paths, which is incorrect for function endpoints that need to handle POST.
Please authenticate to join the conversation.
In Review
Feature Request
7 months ago

Hassan
Get notified by email when there are changes.
In Review
Feature Request
7 months ago

Hassan
Get notified by email when there are changes.