diff --git a/troubleshooting.md b/troubleshooting.md index 4656f0b..bf27806 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -41,6 +41,10 @@ The auth-server should start normally now (during a normal startup process). 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`. +## I added a new microservice to the template, but it's database wasn't created! + +That's because startup.sql is only run automatically the FIRST time, for some strange reason. You'll have to go into the MariaDB docker container and run it manually. + ## 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).