_APP_CONSOLE_WHITELIST_IPS=my-ip
but it's working from any ip.How can make console open just from my ip?
TL;DR
Developers are trying to restrict console access to only one specific IP but it's not working. Ensure that the correct syntax is used in the whitelist configuration. Using the format _APP_CONSOLE_WHITELIST_IPS=my-ip should limit console access to the specified IP.