PipedreamHQ / PipedreamHQ/pipedream

[BUG] Wordpress.org incorrect prompt

Open
#4,529 1 comment 0 reactions 0 assignees View on GitHub
bug tracked internally triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

**Describe the bug**

The Wordpress.org `url` prop is incorrectly labeled.

A URL is a full scheme like `https://wordpress.org`. However, the prop is actually asking for the _domain_:

![CleanShot 2022-10-18 at 09 11 06](https://user-images.githubusercontent.com/2694734/196438960-a760f496-21e8-4bf7-8ce2-45a776a6d380.png)

As a customer, this is very easy to overlook and it leads to confusion when the Wordpress.org API requests 404 because the URL is malformed.

For example, if you enter in `https://wordpress.org` as the _url_ prop, the end API request will interpolate it like so:

`https://https://wordpress.org/`

**Additional context**
Example of a customer unable to connect due to this mislabeling: https://pipedream.com/community/t/create-post-to-wordpress-org-self-hosted-with-error-autodiscovery/3505/2

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.