-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
const ua = window?.navigator?.userAgent ?? ''; // Check the userAgent property of the window.navigator object |
This issue occurs in Next.js. It arises when the server-side rendering (SSR) cannot find the window object. I tried to make it render on the client-side (CSR), but the server still throws an error.
Is there a solution?
Metadata
Metadata
Assignees
Labels
No labels