Epic Next.js 14 Tutorial: Learn Next JS by building a real-life project: Part 1

If someone is getting this error TypeError: fetch failed, just change baseUrl from localhost to 127.0.0.1, like this const baseUrl = "http://127.0.0.1:1337";

1 Like