Cannot Create a Stripe Webhook in 7.9.2

Wappler Version : 7.9.2
Operating System : Windows11
Server Model: Windows Server
Database Type: MariaDB
Hosting Type: NodeJS

Expected behavior

What do you think should happen?

I should be able to create a simple checkout complete webhook for Stripe

Actual behavior

What actually happens?

Clicking ‘Add Event Action’ results in nothing being added, see video. When Wappler is restarted, the ‘Stripe’ folder is not remembered and is not visible in the ‘Webhooks’ tree.

How to reproduce

See video

menuitems2

Can't really reproduce the problem.

Could you restart with logging, reproduce the problem and attach the debug log here?

Simply zip the debug log and attach it here.

DUH - now why didn’t I think of that :slight_smile:

wapplerlog.zip (3.7 KB)

Your log is full of some 'test' folder missing and tried to be created:

 createFolderPath: error in mkdir:  Error: ENOENT: no such file or directory, mkdir 'C:\Users\micro\Documents\aaawwwroot\RiggAccess\app\webhooks\test'

Did you create some custom webhook folder structure manually? Just make sure the app/webhooks folder is empty and then add the stripe in it.

I tried two things:
1 create a Stripe folder, then create an action
2 Create a ‘test’ folder and try to then create an action

Trying to create a ‘test’ folder crashes Wappler, it has to be restarted.

The webhooks folder was empty when I initially created the Stripe folder (creating that folder did not cause any errors).

why are you creating webhooks test folder? You do want stripe only right?

So just restart and choose to create stripe web hook

See the video above, that shows you what happens when I try to create a Stripe folder with an action

Restarting Wappler makes zero difference, problem still persists.

I've improved the creation of webhooks now in the next update, so it should work fine now

1 Like

Fixed in Wappler 7.9.3

I’m still seeing the same issue in 7.9.3 - exact same issue in the video above persists.

I tested some more and I can create a Stripe folder but when I refresh the tree the folder disappears, looks like the folder is not being created. It looks like its created in Wappler interface but it isnt saved - despite the green toast element telling me it is.