Hi everyone. I have function which requires jwt in json format. The function works great with android sdk but I need to call it with RestApi from other platform. The problem is even if I add response body, I'm not able to get it into my function. According to provided logs, client sent body as required, with "Content type: application/json" header and project Id. Where is my mistake? Any ideas? As you can see, the call returns execution object with code 201. It means endpoint is correct and there are no permission errors.
Recommended threads
- How to cron function with specified end ...
I have function built with hono. support like / , /data, /data/2222. I want to schedule triggger for specific event like /data. orrr event better /data/2222 . i...
- Functions runtime specifications not cha...
It seems that the changes revert to their original state when deployed.
- CORS issue on browser for Auth module
Hi guys, I'm dealing with a CORS issue but configurations seems alright, please help: ``` Access to fetch at 'https://api.mega-voice-command.com/v1/account' fr...