MongoDB and Express Crash Course (tutorial)

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 4

  • @Gulzari-x6i
    @Gulzari-x6i Рік тому

    Such an awesome explanation ❤

  • @johnnikkodelacruz6931
    @johnnikkodelacruz6931 Рік тому

    I have an error: Error registering user: MongoServerError: command insert is unsupported, correlationID = 1787776b3c86a8d9037ac47f

    • @AlfieWebDev
      @AlfieWebDev  Рік тому

      Okay that is a weird error and could be because of a number of things. My first suggestion would be to make sure your syntax is all okay. Also if you haven't already, check your connection string to make sure that you have the correct credentials. If none of these things, you can try comparing your code to the code in the GitHub repository located in the description of this video to see if there are any differences. If it still doesn't work, just let me know and I will try to help you fix it