Unable to Use ENV Bindings in OAuth2 Global Setup

Wappler Version : 4.4.5
Operating System : W10
Server Model: PHP
Database Type: MySQL
Hosting Type: Docker

Expected behavior

USing $_ENV variables in OAuth2 Global setup for ClientID & Secret should replace the bindings on runtime.

Actual behavior

OAuth2 login URL gets called with {{ENV.xxxx}} in the URL itself rather than the actual value.

I am also using ENV vaiables for Redirect URI in the SA, and that is working fine. But for OAuth step, its not working.

Also, ENV based setup works fine on a NodeJS project, but not in PHP.

Fixed in Wappler 4.5.2

This topic was automatically closed after 46 hours. New replies are no longer allowed.