recitativonika / teneo-account-creator

Teneo Account Creator is a simple tool designed to automate the creation of accounts on Teneo using a list of email addresses.
MIT License
6 stars 0 forks source link

error 401 #3

Open wuxin-hun opened 12 hours ago

wuxin-hun commented 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

image
recitativonika commented 11 hours ago

can you send me an error from the console when you run the script, not the debug?