Updated troubleshooting (markdown)
+5
-1
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user