Nick Belyavski
Nick Belyavski
It turned out I had a typo in my `app_directory_name` in my `hosts.ini` file. I found using `journalctl -u wiringbits-server` that it couldn't find the binary! So, that explains why...
In `DatabaseTablesDAO.scala` in package `package net.wiringbits.webapp.utils.admin.repositories.daos`, `def find` requires UUID primary key. Is there a way I can change it to also accept integer primary keys? I would tweak it...
Deployment question. I changed my subdomain in my hosts.ini for the web app and redeployed now I'm getting `502 Bad Gateway` response for requests to the web and admin api...