Nestjs Type ‘CreateUserInput’ is not assignable to type ‘(Without & UsersUncheckedCreateInput) | (Without & UsersCreateInput)’

I made a migration from string to string[] for the academicProgram field

model Users {
  userId          Float   @unique //since those are big integers, use float to not be limited in size!
  userEmail       String
  userName        String
  userLabels      String?
  country         String
  academicProgram String[] //it returns null sometimes, make it @default("")??

  //relations (to another model):
  answers Answers[]
}

This is my userservice. Everything is fine in dev mode. I can create users in db normally. The issue comes in deployment mode.

async create(createUserInput: CreateUserInput) {
    try {
      //the create command it does return the user created as compare to the createMany command
      const newUser = await this.prismaClient.users.create({
        data: createUserInput,
      });
      return newUser;
    } catch (error) {
      console.log(error);
      throw Error(error);
    }
  }

Basically render throws this error: Type ‘string[]’ is not assignable to type ‘string’.

src/modules/users/users.service.ts:27:9 - error TS2322: Type '{ country: string; userEmail: string; userId: number; userName: string; academicProgram: string[]; userLabels: string; }[]' is not assignable to type 'UsersCreateManyInput | UsersCreateManyInput[]'.

  Type '{ country: string; userEmail: string; userId: number; userName: string; academicProgram: string[]; userLabels: string; }[]' is not assignable to type 'UsersCreateManyInput[]'.

    Type '{ country: string; userEmail: string; userId: number; userName: string; academicProgram: string[]; userLabels: string; }' is not assignable to type 'UsersCreateManyInput'.

      Types of property 'academicProgram' are incompatible.
        Type 'string[]' is not assignable to type 'string'.

27         data: createManyUsersInput.manyUsersInput.map((x) => ({
           ~~~~
  node_modules/.prisma/client/index.d.ts:4041:5
    4041     data: UsersCreateManyInput | UsersCreateManyInput[]
             ~~~~

    The expected type comes from property 'data' which is declared here on type '{ select?: UsersSelectCreateManyAndReturn<DefaultArgs>; data: UsersCreateManyInput | UsersCreateManyInput[]; skipDuplicates?: boolean; }'

It looks like it still working with the string field from previous migration.
But everything seems to be updated in the node_modules/prisma/client/index.d.ts file:

 /**
   * Users create
   */
  export type UsersCreateArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
    /**
     * Select specific fields to fetch from the Users
     */
    select?: UsersSelect<ExtArgs> | null
    /**
     * Choose, which related nodes to fetch as well
     */
    include?: UsersInclude<ExtArgs> | null
    /**
     * The data needed to create a Users.
     */
    data: XOR<UsersCreateInput, UsersUncheckedCreateInput>
  }
  export type UsersCreateManyInput = {
    userId: number
    userEmail: string
    userName: string
    userLabels?: string | null
    country: string
    academicProgram?: UsersCreateacademicProgramInput | string[]
  }
  export type UsersCreateacademicProgramInput = {
    set: string[]
  }

Here is my migration file:

-- AlterTable
ALTER TABLE "Users" DROP COLUMN "academicProgram",
ADD COLUMN     "academicProgram" TEXT[];

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật