Replies: 2 comments 1 reply
-
Using The issue was happening only on vercel deployment, I guess that in local version (even built) I might be missing some env vars. |
Beta Was this translation helpful? Give feedback.
-
You could try to debug this by logging the incoming search params in the middleware, before the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm developing a search feature using nusq and I'm using the following configuration for parsing.
and so far my page is
Now when running on development side I have
now in production (on vercel only ? not when running locally npm run build npm start
i get only
My question is, is there any restrictions that I'm missing, where locale parameter is stripped by the library in production ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions