Javascript – I try fetching my data on the server bisically this signup page, I got cors policy error even I got it configure on the server
I got request policy error, I need some help guys Im stuck just a beginner here! this is my frontend code using this function to fetch data in the server, signup: async (email, password, name) => { set({ isLoading: true,…