I am currently on the free plan. I made a quiz app for a wedding this weekend. I am wondering how worried I should be about everything suddenly freezing up in the middle of my "Best Man" speech π
https://bryllups-quiz.netlify.app
https://github.com/kJAHsin/quiz_bryllup
Appreciate any insight or even better if somebody wants to test it out! Only 3 questions currently, and I'm not storing any email/password info.
Got some feedback that email/password is not the way to go, people might lose interest if it's too complicated to begin. Considered just having a <username> input, then appending something like "email.com" and just using the unique method from the ID class to create a password that would log them in behind the scenes. Definitely not any sort of distant cousin even to best practice, but this is a one-off quiz for a wedding.
Recommended threads
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because itβs not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...