How to configure a path prefix for the application? #357
-
Hello, I am running go-whatsapp-web-multidevice and need to serve the application under a specific path prefix (e.g., domain.com/custompath). I found the Could you please confirm if using the |
Beta Was this translation helpful? Give feedback.
Answered by
aldinokemal
Jul 16, 2025
Replies: 1 comment 2 replies
-
APP_ROUTE_PREFIX |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Normally, I use Nginx or Traefik to strip the prefix from this endpoint, so it works properly.