[SOLVED] Startup failed: set SELF_URL_PATH to the correct value detected for your server

Error Message:

Startup failed
Tiny Tiny RSS was unable to start properly. This usually means a misconfiguration or an incomplete upgrade. Please fix errors indicated by the following messages:

Please set SELF_URL_PATH to the correct value detected for your server: https://{address}/tt-rss/

Information:
I connect to tt-rss both externally through a dynamic WAN IP address, locally through a local IP address, or locally through my router’s DNS.

Solution:

  1. Edit the file config.php.
  2. Add line:
    define('_SKIP_SELF_URL_PATH_CHECKS', true);

Thank you for your help.I successfully deployed the ttrss using docker-compose with your suggestion.