Next.js Discord

Discord Forum

Error: connect ECONNREFUSED 127.0.0.1:1337

Unanswered
Yacare Caiman posted this in #help-forum
Open in Discord
Yacare CaimanOP
I am using next js 13.5.4 with strapi. I am trying to fetch data from Strapi using axios. But I get such error after updating something in my code. After refreshing the output several time the it works but normally whenever I update something in my code I see this error. Is this version of Next js stable to work with Strapi? I tried to fetch using postman it works fine there.

1 Reply

Yacare CaimanOP
Seems the problem is related to Axios. I tried to use fetch() it works fine.