Open MugishBeldar opened 10 months ago
first you will have to do setup codebase. I think you have not run command "npm run setup". Therefore this issue came.
npm install
ii. npm run setup
I modified settingKey: idurar_registration_allowed
I see my account has been registered in the database but when I log in I get the following error
Request error 500
Missing API key. Pass it to the constructor new Resend("re_123")
I try npm run setup again
MongoServerError: E11000 duplicate key error collection: mydatabase.admins index: email_1 dup key: { email: "admin@demo.com" }
You will have to first geneate an API KEY
on resend and then set API KEY
as environment variable in .env file.
Thanks a lot
I have configured the resend api key I have validated my domain on resend
But I see a 403 error with the following message "message": "The idurarapp.com domain is not verified.
Where can I change the domain in the configuration files?
I modified the database directly {settingKey: 'email_domainl'} {settingKey: 'idurar_app_email'}
And now I've received the confirmation e-mail, but I can't validate the key.
I think I need to configure the JWT Token in the .env file, but how? Is there a doc apart from the readme?
yes even i am facing the issue even on the youtube video it isnt told properly please help us
hi, im able to register, but unable to login. can someone please help
Questions login:- how l login in idurar web application Registration:- when i do register on idurar application i face this error (Request error 409 Registration is not allowed , please contact application administrator)