I am saving my Session in the database using laravel with SQL Server in homestead (Ubuntu) and at the moment of entering the system it shows me this error:
SQLSTATE [HY000]: General error: 4004 Unicode data in a Unicode-only collation or ntext data can not be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier. [4004] (severity 16) [select top 1 * from [sessions] where [id] = 'nbcccjhQEpucEpLoecby3FHrgkQ04TOXNJbieaZL'] (SQL: select top 1 * from [sessions] where [id] = nbcccjhQEpucEpLoecby3FHrgkQ04TOXNJbieaZL)
Any suggestions?