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
It seems that there is no native nextjs method to prevent the query string parameters from the old url to be added to the new (redirected) url. this should not be a problem though, since excess query string parameters are simply ignored.
Description
The new webui will recieve requests from panda or clients of old webui that use the older routes.
Therefore, to be a hot swap of the old UI, it is important to maintain a map that is used to redirect the user from old URL to the correct new URL.
Change
This would require exporting a redirect configuration in Next.js
https://nextjs.org/docs/api-reference/next.config.js/redirects
Redirect targets
The text was updated successfully, but these errors were encountered: