RockteMQ-AI commented on issue #2771: URL: https://github.com/apache/rocketmq-dashboard/issues/2771#issuecomment-5464309554
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** After reviewing the current codebase, the `VITE_API_BASE_URL` environment variable **does not exist** in `apache/rocketmq-dashboard`. The project uses `REACT_APP_API_BASE_URL` (Create React App convention) in `frontend-new/src/api/remoteApi/remoteApi.js`, not Vite. The URL normalization behavior described in this issue does not apply to the current configuration. If this is a proposal to migrate from Create React App to Vite and add URL normalization, that would be a separate enhancement discussion. If you believe this code exists in a specific branch or PR, please share a link so we can locate it. --- *Automated evaluation by github-manager-bot* -- 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]
