Skip to content

Not working with local domains #170

@raghavendra89

Description

@raghavendra89

I've installed the smee client and set up the smee channel. The following command works fine:

smee --url https://smee.io/my-channel-id --path /github/webhook --port 8000

It delivers all payloads to http://127.0.0.1:8000/github/webhook url properly. But if I use my local domain which I've setup with Valet, it doesn't work.

Here is my command:
smee --target http://myapp.test/github/webhook --url https://smee.io/my-channel-id

I also tried supplying port, but it doesn't work:
smee --target http://myapp.test:8000/github/webhook --url https://smee.io/my-channel-id

Am I missing anything here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions