Nam0101 opened a new issue, #4155: URL: https://github.com/apache/amoro/issues/4155
## Description `vitePluginFakeServer` is configured with `enableProd: true`, so mock endpoints can be active in production. This can cause the UI to always receive successful mocked data, hiding real backend latency/failures and preventing users from seeing real loading, empty, and error states. It also risks shipping stale/fake data paths. **Severity**: `high` **File**: `amoro-web/vite.config.ts` ## Expected Behavior The code should handle this case properly to avoid unexpected errors or degraded quality. -- 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]
