Created troubleshooting (markdown)

2021-03-13 23:55:35 +11:00
parent b6713b7796
commit 81be5af691
+12
@@ -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.