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
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";