Javascript – Next.js second query parameter is missing
I have a request which is like "xxxx.com/api/xxx?url=wwww.xxx.com?id=abc" With this kind of URL at the end '=abc' value is missing. I know the reason because there is no & before the second query but the thing is I can not…