Solved uvdesk path base Routing using ALB(Application load balancer)
-
i have try to configure path based routing for uvdesk for internal purpose,(https://anc.xyz.com/en/)
ui is not working it will showing only starting page with out ui
target group health check is ok, but path routing is not working, why..?
if in routing /* is working fine but we need path based routing and uvdesk is running on ec2 instance how can we achieve this...! -
@manu-v still this problem present?
Seems the link in the initial post made by you is no more valid.You can try to use browser developer console to see if there are some errors when you load UVdesk.
-
Once you can make a try with the below command in your project root directory:
$ composer run post-update-cmd
After that you will be cache clear of your project using the below command:
$ php bin/console c:c
After that run the both command now page refresh again and check the frontend UI is works fine or not.
Thanks and Regards
Uvdesk Team -
@Komal-Sharma
i try this but my case is when i route the path based routing ex: "https://xyz.com/uvdesk/en/" when i use path based route, like /uvdesk its not woking..! -
@manu-v still this problem present?
Seems the link in the initial post made by you is no more valid.You can try to use browser developer console to see if there are some errors when you load UVdesk.
-
peopleinside