First of all, since that is the RTM version of SQL 2017, you should apply the most recent Cumulative Update, which I believe is CU22. This gives you many bug fixes and enhancements.
However, whether it will address this specific issue, I don't know. Did you check the SQL Server errorlog? There can be some more information there. (You find the errorlog in C:\Program Files\Microsoft SQL Server\MSSQL14.SQLEXPRESS\LOG\ERRORLOG, assuming a default installation of SQL Express.
Then again, the error message talks about KK-AMNEAL-1215 without giving any instance name. Could that be the problem? Or how did you install SQL Express?
You did restart SQL Server after you enabled SQL authentication, didn't you?