Hitting /restart
endpoint does not restart with new plugins/routes.
#9
Labels
/restart
endpoint does not restart with new plugins/routes.
#9
Prerequisites
Issue
It says I can add dynamically routes and plugins without loosing request but something is not working for me.
I also use
autoload
so I started this server and while the server is running I added a new route in one of my plugins, then I hit the endpoint/refresh
(which is also part of the official example) to refresh the app without downtime and get the new route working but hitting/newroute
does not work, all I get is a404
with"Route GET:xx not found"
but after a shutting down the server and starting again the new route works, so maybe I'm missing something here any idea?The text was updated successfully, but these errors were encountered: