Http proxy error while testing frappe UI

I made a custom app in frappe and i want to use frappe UI in it
followed these steps for frappe UI installation as per https://frappeui.com/story/docs-getting-started-story-js

npx degit netchampfaris/frappe-ui-starter frontend
cd frontend
yarn
yarn dev

got this in localhost:8080

when i clicked on ‘click to send ping request’ the promise is pending and following error in bench

1 Like

Hello @Vinay1 . Were you able to resolve this?
If yes, how?

hey @KawaljeetRadiant, Unable to solve it, but I think when I installed frappe-doppio then frappe-ui is installed automatically,
check “Build With Hussain” youtube channel. it will help you alot

@Vinay1 I resolved it by upgrading and using node version 20.12.2. That was the fix!