Toyin Atofarati
Toyin Atofarati
I also have the same problem
Didn't work for me. Let me see your full code pls
> using async await instead of .then worked for me. > > const fetchAbouts = async () => { const query = '*[_type == "abouts"]'; setAbouts(await client.fetch(query)); } > >...
> > > using async await instead of .then worked for me. > > > const fetchAbouts = async () => { const query = '*[_type == "abouts"]'; setAbouts(await client.fetch(query));...
Finally found the solution. Go to Sanity Manage Project => Add CORS ORIGIN => Paste this: http://localhost:* => Select "allow credentials" => Save and you are good to go
> My problem was in supabase api url - instead of default I replaced it with `http://10.0.2.2:54321` as your emulator does not work with `http://127.0.0.1:54321`. > > The reason is...
The issue is coming from MongoDB as the application cannot access the database based on the IP address captured during the setup process of your DB. To fix this issue;...
> > The issue is coming from MongoDB as the application cannot access the database based on the IP address captured during the setup process of your DB. To fix...
The issue is coming from MongoDB as the application cannot access the database based on the IP address captured during the setup process of your DB. To fix this issue;...
still no fix yet