DEV Community

Discussion on: Use NProgress with Next.js (Router and fetch events)

Collapse
 
antchinchilla profile image
Anthony Ch

Hi, it works good with routing but it doesnt work with fetch, im using node-fetch, is this the issue? which fetch package are you using for this? thanks!

Collapse
 
vvo profile image
Vincent Voyer

Hi there, with the latest Next.js versions you do not even have to include any fetch polyfill, so you can remove any fetch package and it should just works