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.

Next NProgress doesn't seem to exist

See original GitHub issue

Using the custom app as follows:

import NextNProgress from 'nextjs-progressbar';

export default function MyApp({ Component, pageProps }) {
  return (
    <>
      <NextNProgress />
      <Component {...pageProps} />;
    </>
  );
}

NextNProgress doesn’t seem to be loading at all - I’ve tried surrounding it with

tags and there was nothing between that, although I don’t know if that’s intentional. Any help would be appreciated. Thanks!

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
apal21commented, May 6, 2020

Thanks a lot, @NicholasG04 for the kind words and I’m glad that this package helped you.

1reaction
NicholasG04commented, May 5, 2020

I have some good(?) but extremely unhelpful news. I would not be joking if I said it randomly stopped working. I don’t know why this can possibly be as I had already restarted my app before making this issue etc. and that did not fix it but it has just begun working. Thank you very much for your quick response and this amazingly helpful library.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Browser's progress bar not visible when I click on a link on my ...
I'm developping an app with Strapi as a backend and Next.js as a front-end.
Read more >
Use NProgress with Next.js (Router and fetch events)
This article explains how to use NProgress to show a top progress bar whenever a fetch or Router event is ongoing in Next.js...
Read more >
Issue with nextjs 8 · Issue #76 · sergiodxa/next-nprogress
Since upgrading to nextjs 8 I'm getting an issue with styled-jsx.
Read more >
Adding Next NProgress to Display Loading State in Next.js
Your browser can't play this video. Learn more. Switch camera.
Read more >
How to build a progress bar indicator in Next.js - LogRocket Blog
This tutorial will address this issue by demonstrating how to build and display a progress bar indicator when changing routes in a Next.js ......
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