From 33a7cc6b6feef64e2c5e6b7dff7e78a06ffb9d98 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 22 Aug 2021 02:51:48 +1000 Subject: [PATCH] Updated troubleshooting (markdown) --- troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) 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).