Dunsin

Results 216 comments of Dunsin

> @Dun-sin we've made some changes to onboarding. Try it again with the browser devtools open and let us know if you see any errors in the console when trying...

this happens when i click go to profile tho, think it should be a single loading indication, not sure if this should be a seperate issue ![image](https://github.com/user-attachments/assets/882ccddd-7261-4b16-9b9d-7bc649894d2f)

> Are you getting any errors in the browser console? just to be clear it still works just the weird double loading indicator for both options on the last step

> Got it. I'm referring to errors in the browser console or network requests when clicking the button(s) there was no error

> Will you record/post a video of you going through the process with the browser devtools open? There should be a call to `/v2/auth/onboarding` when you finish the timezone part...

Hi @thibaultleouay can I take this?

Hi @ms-oh we don't use UUID anymore to generate user login, this is the code we use now ``` const userID = Math.random().toFixed(12).toString(36).slice(2); ``` you can use a function like...

> but I can see crypto module being used in node-js > > https://github.com/Dun-sin/Whisper/blob/1c1224036887cd9981d6c389e987569c07193976/server/utils/helper.js#L17C1-L19C2 > > ``` > function generateObjectId() { > return crypto.randomBytes(12).toString('hex'); > } > ``` that's the...

@ms-oh here's a simple run down of how we create users, there's the anonymous users and the email users, when the anonymous users sign up we use the math function...

@ms-oh it's been two weeks, please create a PR today, or you'll be unassigned💪🏾