Hello guys, first time posting here
I’m having an issue with the voicemails of my applications, I upload them to filestack and assign the download url and id to the audio field of the voicemail item in the database
The problem I’m facing is with public voicemails, since when users that didn’t upload that voicemail audio cannot receive the correct url
my roles are good, I even can run the query from the API Explorer and it returns the audio url correctly
But when I’m running the query from my React App or Postman with the same auth setup, the audio returns null
What could be happening here?