I have no errors, that I can see in log or console.
My config was not setup wrong, I have server running redist
and I have mysql running as well with the atlasdb in it. However this is what happens.
02/26/21 16:10 [API][info] Loaded plugin Permissions V1.6 (Manage permissions groups)
02/26/21 16:10 [API][info] Loaded all plugins
Then it just sits there indefinitely...
CONFIG.JSON
{
"database": "mysql",
"MysqlHost": "localhost",
"MysqlUser": "root",
"MysqlPass": "*****",
"MysqlDB": "atlasdb",
"MysqlPort": 3306
}