Hello, I use Custom API authentication as description in Custom API authentication. I defined variarial "TOKEN" and use it in Headers. I test it in editor mode, all things go well.
But When I shared my app via Public access link. and open it with new browser(Edge). It failed. The "TOKEN" variable which I defined doesn't replace with Real Return "TOKEN" value.
If I open the public access link via Chrome browser, I can't even see the login modal, when I click longind button, the error will disaply. "Authentication failure. Missing access token".