I am developing a project with strapi.
In development mode everything Okay. When I run the project (after creating some content type) in production mode in ubuntu server with the command NODE_ENV=production npm run start
this shows the following error -
error Error: ER_BAD_FT_COLUMN: Column 'size' cannot be part of FULLTEXT index
Here is the screenshot -