ourai opened a new pull request, #1140:
URL: https://github.com/apache/incubator-answer/pull/1140

   Hello ,I'm working on developing a `route` Standard UI Plugin.
   
   When I try to debug with back-end services, I found that my plugin 
registered failed. 
   
   The reason is that **execution order is wrong**, just like below:
   
   
![image](https://github.com/user-attachments/assets/74697fa2-f040-446e-865b-27a40f3e5e11)
   
   **The function that merge dynamic routes into pre-defined routes should be 
executed after the HTTP request was done.**
   
   So, I make the initialization of router as "**lazy**" mode.


-- 
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