Liammcl commented on PR #3493:
URL: https://github.com/apache/amoro/pull/3493#issuecomment-2765574365

   The current issue is that even though   `request.ts` has `baseURL = '/'` 
   
![image](https://github.com/user-attachments/assets/68afa4f5-bb93-4e30-9c81-c61cd6dfd8bc)
   , the API calls are using relative paths (without leading slash). 
   When making requests from `/hive-tables` pages, the browser resolves these 
relative paths against the current page URL first, resulting in `/hive-tables` 
being included in the final request URL:
   Current page: `/hive-tables/upgrade`
   API call: `api/ams/v1/...` (relative path)
   Final URL: `/hive-tables/api/ams/v1/...` (baseURL + /hive-tables + api path)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to