You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I should deploy many different WhatsApp API instances behind a reverse proxy, using different paths to route the traffic.
Every instance is a different host with a docker-compose stack.
app.ERROR: [b278a05bed9347d9b0295ebaf9da6e75] Symfony\Component\HttpKernel\Exception\NotFoundHttpException: No route found for "GET /client-1" (uncaught exception) at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 2 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /client-1\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:2, Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client-1\". at /var/www/html/vendor/symfony/routing/Matcher/UrlMatcher.php:2)"} []
Can you help me?
The text was updated successfully, but these errors were encountered:
@mengyiyuan
in my setup, every instance is independent. Every instance is a EC2 instance with its own DB and run with different phone number.
Currently, I create a new DNS name for every instance:
Hi!
I should deploy many different WhatsApp API instances behind a reverse proxy, using different paths to route the traffic.
Every instance is a different host with a docker-compose stack.
So, for example:
I try to do this setup, but I get this error:
Can you help me?
The text was updated successfully, but these errors were encountered: