zabirauf / AutoGPT.js

Auto-GPT on the browser

Home Page:https://autogptjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No routes matched location "/_next/webpack-hmr"

HenkDz opened this issue · comments

I kept getting this error, also it says:
"1 critical severity vulnerability
To address all issues, run:
npm audit fix"
I did that and still see the webpack error show in screenshot bellow.

image

@HenkDz can you share what OS, Node, NPM version you are using and the list of commands you are using to start the server?

@zabirauf
OS: Win 11
Node: 18.15.0
NPM: 8.14.0

image

@HenkDz I dont have an access to Windows machine at the moment so unable to repro it. From the screenshots looks like something on you machine is calling that route, do you have some app or browser plugin for Next.js development as the path looks related to that.

However, this shouldn’t impact anything for development. Can you confirm that going to localhost:3000 works fine for you?

Yes the webui works fine, it's just this error filling my console up that's a bit annoying.