The problem occurs when trying to set a query param when on the root page on non-default locale only. Setting the query param should trigger a global component to render, instead, the page refreshes and render the component. For some reason, it requested a script that is wrong (see image).
It's trying to access the it.js script where it is the locale in the url.
Im setting the Href of the Link component to '?queryparam=true'
The problem occurs when trying to set a query param when on the root page on non-default locale only. Setting the query param should trigger a global component to render, instead, the page refreshes and render the component. For some reason, it requested a script that is wrong (see image).
It's trying to access the it.js script where it is the locale in the url.
Im setting the Href of the Link component to '?queryparam=true'