Building a Video Summarizer App with Next.js 14 and Strapi 5 - Part 3 Building Our Features Section

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 10

  • @CodingAfterThirty
    @CodingAfterThirty  Месяц назад

    Here is the previous tutorial video if you missed it ruclips.net/video/J8KUSkCKo68/видео.html

  • @xySerenity
    @xySerenity Месяц назад +3

    Please finish the course app you were building using remix

    • @CodingAfterThirty
      @CodingAfterThirty  Месяц назад

      Do you mean the one at codingafterthirty.com? Yeah, I got to work on it some more.

  • @Malvitima0
    @Malvitima0 Месяц назад +1

    In a future video, can you make a input that imports data from csv or excel files in the strapi admin panel?

    • @CodingAfterThirty
      @CodingAfterThirty  Месяц назад +1

      That's a great topic idea, and something I'll need to think about. I believe it can be done through a plugin, but the challenge is deciding how to approach it. Do you format the CSV to match your schema for easier importing, or do you create the ability to map CSV fields to Strapi's content types? The latter would make the import plugin much more versatile.

  • @hazelxhouse
    @hazelxhouse Месяц назад

    I tried adding more Icons, like ACCESSIBLE_ICON, COG_ICON, and LOCK_ICON, but the only icons displaying is CLOCK, CHECK, and CLOUD.
    I figured it was a caching issue, so I cleared cache from my browser and turned my localhost node off/on in my server and client, but it won't display the other icons.
    In my console.log, it only shows:
    Icon name: CLOCK_ICON
    Icon name: CHECK_ICON
    Icon name: CLOUD_ICON

    • @CodingAfterThirty
      @CodingAfterThirty  Месяц назад

      Did you add the new icons in your front end project?

    • @CodingAfterThirty
      @CodingAfterThirty  Месяц назад

      @@hazelxhouse when you make a get request to Strapi endpint via postman, are you getting all the icons in the response?

  • @mystupidbrain5299
    @mystupidbrain5299 Месяц назад +1

    His ADHD is strong . But yeah, he needs to finish his Remix app.