Hi,
I’ve created an app that uses friendships/create. It works in my localhost environment.
But when I deployed it on production. The api returns says:
“You are unable to follow more people at this time.”
code: 161
statusCode: 403
I’m actually using Firebase functions.
I used firebase --serve to test in local, it works fine. But when I deploy it to my Firebase app, this happened.
I’ve added some tracking to track whether the call returned status code 200 or 403. I did get some 200, but most of them are 403. Is this related to the rate limit? Because I’m sending a lot of traffic to my production site.
Any idea how can I fix this?