Skip to content

--forward-thin-to does not forward event to localhost #1350

@TheBaekoning

Description

@TheBaekoning

Issue Summary:

In Stripe CLI v1.28, I'm encountering two issues related to thin events:

When using the --forward-thin-to flag with stripe listen, my localhost endpoint does not receive any events. In contrast, --forward-to works as expected for standard events, suggesting that the issue is specific to thin event forwarding.

The documentation here is unclear regarding the correct method for triggering thin events. Attempting to run stripe preview trigger outbound_payment.posted returns a help message indicating the command or arguments are invalid. It's not clear whether this is due to deprecated syntax or changes in CLI behavior in recent versions.


Environment:

Stripe CLI version: 1.28.x

OS: Mac OS

Command used:

stripe listen --forward-thin-to localhost:8080/webhooks/stripe --thin-events "*"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions