Replies: 1 comment 2 replies
-
Hi! https://waha.devlike.pro/docs/how-to/install/ Agree that it's not super customizable, but it's the first time we get requests for subpath :D Usually subdomain is the way to handle workers @TitoBahe feel free to create a feature request for supporting custom paths, it'll take some time and it's not in our roadmap yet, but likely will handle it in 2025 🤞 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Do I need to have an end-point in my API to retrieve all the sessions created and then I use that end-point there?
I mean, It works when I redirect with my nginx from https://domain.com/dashboard to http://localhost:3000/dashboard and by that I can access the dashboard.
but for the worker I am redirecting https://domain.com/worker -> http://localhost:3000 and it doesnt work even when I used the setting recommended in the API's docs for nginx
Beta Was this translation helpful? Give feedback.
All reactions