Function works fine in client application but does not with in the App service module

I have realm function1 that’s called from another realm function2. Function1 is not returning any data when called within function2. However, if I make the call from the frontend application, function1 works fine. Just can’t figure out what is causing this behavior, as I would like to keep the logic on the server-side. Let me know if anyone has come across this behavior before.

Hi Lenin,

Thanks for your question and welcome to the community!

What authentication type are you using on the two functions within the settings configuration?

Regards