Getting the same.
Can someone from mongodb please take a look?
I can’t get any endpoint that requires a parameter (function argument) to work.
Endpoints that don’t require a parameter work fine.
I noticed that linking a function to an https endpoint doesn’t mean that the api parameters are parsed automatically. The https endpoint send the request object to your function, which you need to access manually to find your api parameters.
In the code above, “arg” is the parameter name you use in the fetch link.