Puggo Hm... I can't reproduce that locally. Exactly what version of flarum/core are you using? I don't know how that'd change things, but just in case 🤔

    @datitisev

    Hello I have a problem with Microsoft Teams webhook url which look not good.

    Can you validate that using incoming webhook in Teams it shouls works ?

    Please find picture here

      julienlg I saw your question, but I don't see what might be wrong. My guess is that Microsoft uses multiple URLs/servers for the webhooks and this extension just doesn't support them all? Other than this, I can't help you as I am not a developer

        SKevo Yeah this extension restricts which URLs it allows. I guess I'll do the same thing I did for Slack & remove that for Teams.

          datitisev Thanks for your reply.

          What can I do to manage that ?

          Change TEAMS extension ? do you know one ?

          Regards

          13 days later

          Hello! I've got an issue with upgrading this plugin from the old Reflar version to FoF including upgrading Flarum.

          The old setup was flared/core 0.1.0-beta.13 and reflar/webhooks 0.2.3.
          I've update Flarum to v0.1.0-beta.16 and I try to update web hooks. After a few tries fof/webhooks": "0.3.2", is the latest version that works.

          When I require version 0.4.0 or greater and run php flarum migrate, I've got:

          In Connection.php line 678:
          SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'tag_id' 
          (SQL: alter table `flarumwebhooks` add `tag_id` int unsigned null)          
          
          In Exception.php line 18:
          SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'tag_id'
          In PDOStatement.php line 112:
          
          SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'tag_id'

          Is there a step I've missed?
          Thnx!

          9 days later

          Webhooks seems not working fine with beta-16
          had to deactivate waiting an update

            Amarok

            I just upgraded to Beta 16 on my Dev instance also get errors during events that trigger webhooks. I've created an issue for it here, can you see if it resembles your issue? (Look in your flarum logs under /storage/logs). I will hold off upgrading production for now.

            FriendsOfFlarum/webhooks34

              ctml just had the message "something went wrong, reload the page", didnt surch along ^^
              so, maybe had those error too.. I think you had this error in the console?

              • ctml replied to this.
                5 days later

                Amarok yes, I pulled the exact error from the storage logs though but had the same front end error as you. are you able to access the storage logs?

                17 days later
                11 days later
                12 days later
                17 days later

                Does anyone know what conditions can lead to this bug?
                FriendsOfFlarum/webhooks37

                I am trying to figure out if there is a way I can workaround the issue by avoiding doing whatever causes it.