Open wuxin-hun opened 12 hours ago
const response = await axios.post(regurl, { email: email, password: password, data: { invited_by: 'some_referral_code' }, gotrue_meta_security: {}, code_challenge: null, code_challenge_method: null, }, axiosConfig);
error and i degug to display more info but i do not konw what happened
can you send me an error from the console when you run the script, not the debug?
const response = await axios.post(regurl, { email: email, password: password, data: { invited_by: 'some_referral_code' }, gotrue_meta_security: {}, code_challenge: null, code_challenge_method: null, }, axiosConfig);
error and i degug to display more info but i do not konw what happened