HeyGen-Official / InteractiveAvatarNextJSDemo

MIT License
91 stars 95 forks source link

Getting 404 when trying to run the application #12

Open ShashwatDadhich opened 2 months ago

ShashwatDadhich commented 2 months ago

Steps :-

Result -> The url is being directed to htp://localhost:3030/index.html and giving a result as below

Screenshot 2024-09-16 at 11 07 53 AM


> next-app-template@0.0.1 dev
> node_modules/next/dist/bin/next dev

  ▲ Next.js 14.2.11
  - Local:        http://localhost:3000
  - Environments: .env

 ✓ Starting...
 ✓ Ready in 1047ms
 ○ Compiling /_not-found ...
 ✓ Compiled /_not-found in 5.9s (6410 modules)
 GET /index.html 404 in 6013ms```
hengkp commented 2 months ago

I got the same error. Have you found a solution?

aleclindz commented 2 months ago

Might be a silly question, but did you run npm install ?

hengkp commented 2 months ago

I got the same error. Have you found a solution?

I found that we need to install this command first

npm i @heygen/streaming-avatar

Before running this command

npm run dev

ShashwatDadhich commented 2 months ago

Might be a silly question, but did you run npm install ? yes i did it @aleclindz



npm i @heygen/streaming-avatar

Before running this command

npm run dev```
I did this too @hengkp 

Still getting 404