From 5b9ece9625e3126c07f58df303fed4c34c252690 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 22 Aug 2021 02:39:30 +1000 Subject: [PATCH] Updated troubleshooting (markdown) --- troubleshooting.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/troubleshooting.md b/troubleshooting.md index 3916530..4656f0b 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -8,7 +8,7 @@ Try again. There are timing issues between the different containers that I still ## Sequelize throws an error that a certain field is missing? -If you just upgraded the template, try checking if any changes to the sequelize models have occurred. If so, you'll have to go into the mariaDB container and alter the database directly. +If you just upgraded the template, try checking if any changes to the sequelize models have occurred. If so, you'll have to go into the mariaDB container and alter the database directly (there might be a migration script in the release notes). ## I accidentally removed all admin privileges, and now I can't login! @@ -37,6 +37,10 @@ Then just keep typing "exit" to exit the program. This assumes that you want to The auth-server should start normally now (during a normal startup process). +## The email validation/password reset link doesn't work! + +This is because the validation/password reset link usually uses HTTPS protocol, try changing it to HTTP protocol when signing up during development. When developing locally, there might also be problems after clicking the link - make sure it's pointing to `localhost:3200`. + ## None of These Answers My Questions! That's OK! Please contact me directly at [krgamestudios@gmail.com](mailto:krgamestudios@gmail.com) and I'll try my best to help you out. You can also contact me over [Discord as Ratstail91#6600](https://discord.gg/FQmz8TN).