I have setup server on server A and I want to host WebUI (Client) on Vercel.
I can hit /api/server (backend) directly on browser, but when open WebUI it giving error below error.
The page could not be found NOT_FOUND
Network
Request URL: https://x23k.mydomain.com/api/server
Request Method: GET
Status Code: 404 Not Found
Remote Address: 76.76.21.142:443
Referrer Policy: strict-origin-when-cross-origin
Below is the example:
My server is hosted on Server A https://xapp.mydomain.com and i want to host traccar client on other server(vercel or any other) https://x23k.mydomain.com
I have setup server on server A and I want to host WebUI (Client) on Vercel.
I can hit /api/server (backend) directly on browser, but when open WebUI it giving error below error.
The page could not be found NOT_FOUND
Network
Request URL: https://x23k.mydomain.com/api/server
Request Method: GET
Status Code: 404 Not Found
Remote Address: 76.76.21.142:443
Referrer Policy: strict-origin-when-cross-origin
Below is the example:
My server is hosted on Server A https://xapp.mydomain.com and i want to host traccar client on other server(vercel or any other) https://x23k.mydomain.com