question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error in @fullcalendar/scrollgrid with NextJS (SSR)

See original GitHub issue

Reduced Test Case

not reproducible with a link

Bug Description

When using @fullcalendar/scrollgrid with NextJS. (Included in @fullcalendar/resources-timeline)

The message ReferenceError: navigator is not defined is displayed and the process cannot be continued. It is a recognition that no additional options are required for SSR in v5.2.0. Perhaps it’s not complete.

What do you think. I’m sorry if it is a false consultation. 🙇

Screenshots

localhost_3000_dispatch

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bino98commented, Jan 21, 2021

@arshaw Thank you for making the revisions. 🎉

1reaction
acerixcommented, Dec 23, 2020

Thanks for the details, I get the same error and it looks like you are using it correctly so it seems scrollgrid may not be compatible with SSR.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Advanced Features: Error Handling - Next.js
Error Handling. This documentation explains how you can handle development, server-side, and client-side errors. Handling Errors in Development.
Read more >
Create a custom error component in Next.js (SSR & CSR)
In the following article, I am going to show you how to implement a personalized error component by building a tiny application that...
Read more >
Next js SSR not working if the website gone to 404 page
I implement ssr for my page and it is working on the first load but then when i go to some unknown pages...
Read more >
Amplify Next.js 11 SSR support - AWS Documentation
Amplify requires AWS Identity and Access Management (IAM) permissions to deploy an SSR app. Without the required minimum permissions, you will get an...
Read more >
Using Non-SSR Friendly Components with Next.js
Next.js has become one of the most popular frameworks in the React ecosystem. It facilitates developing Server-side rendered (SSR) React apps without ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found