You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this module to do redirection from 1 path list obtained via api. But it seems that the list is only established once during "build", is there a way for this list to update itself according to the API?
Thank you!
The text was updated successfully, but these errors were encountered:
We are exactly encountering the same issue.
Currently, we have to restart the server to get it updated which is far from ideal for our client. @tuananhbfs, did you find a workaround by any chance?
I ran into a similar issue. I thought initially to use setInterval mutating the redirects array by reference, but no luck. Ended up just using a custom serverMiddleware with memory-cache module instead. Not sure if that's the best way or if I'm missing something.
I used this module to do redirection from 1 path list obtained via api. But it seems that the list is only established once during "build", is there a way for this list to update itself according to the API?
Thank you!
The text was updated successfully, but these errors were encountered: