#Why would nextjs latest version complain
1 messages · Page 1 of 1 (latest)
Hi @winged owl. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
error - ReferenceError: window is not defined
at App (./src/app/App.tsx:48:20)
28 | const searchParams = useSearchParams();
29 |
> 30 | let shareUrl = window.location.origin + pathname;
| ^
31 |
32 | if (selectedPlayer) {
33 | const params = new URLSearchParams(searchParams);```