From 81be5af69121808fb9bf71a8e4ccaed04d6a8105 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 13 Mar 2021 23:55:35 +1100 Subject: [PATCH] Created troubleshooting (markdown) --- troubleshooting.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 troubleshooting.md diff --git a/troubleshooting.md b/troubleshooting.md new file mode 100644 index 0000000..7516ecf --- /dev/null +++ b/troubleshooting.md @@ -0,0 +1,12 @@ +# Troubleshooting + +Sometimes, not everything goes according to plan. I'm writing up as many issues as I can here, but if you encounter something that isn't covered, please let me know. + +## Deploying the project didn't work? + +Try again. There are timing issues between the different containers that I still need to sort out. If it still doesn't work after 3-ish attempts, keep reading. + +## 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. +