You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ie, that the password is being parsed as a number, so it fails when the parser attempts to cast it to a String. The quick fix is to encapsulate the password inside quotations, like so: password: "1234", but a systematic solution could be update the parsing method itself to use String.valueOf(Object) as a parser.
https://www.toptal.com/developers/hastebin/uyuqesukec.yaml
I added all the plugins. Server would not start because namelayers will close the server if not given access to an SQL.
I gave namelayers access to an SQL and the server successfully works.
I then gave the rest of the plugins that needed a database, their own database, and it no longer starts.
The text was updated successfully, but these errors were encountered: