Baoyuantop commented on issue #3356: URL: https://github.com/apache/apisix-dashboard/issues/3356#issuecomment-4118704362
When the API returns a 4xx/5xx error: 1. The Axios interceptor executes first → a red Mantine notification pops up displaying error_msg or message. 2. Then the Promise is rejected → the TanStack Query mutation enters an error state. 3. Because there is no onError handler, the mutation does not perform any additional processing, but the user has already seen the error notification. Please report bugs based on actual behavior, not just code inferences. -- 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]
