I have a post request endpoint “post_myFunction” just to test/log the request coming from my postman but I got this error below. Any idea why I am getting this error as there is no documentation regarding on how to fix this
This is how I call the postman request
https://www.{domain_name}/_functions-dev/myFunction
Error Message
" Error loading function from web module backend/http-functions.js: function ‘use_myFunction’ not found"