Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Failed session refresh returns empty error message #880

Open
the-csaba opened this issue Oct 8, 2024 · 1 comment
Open

[Bug]: Failed session refresh returns empty error message #880

the-csaba opened this issue Oct 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@the-csaba
Copy link
Contributor

the-csaba commented Oct 8, 2024

Bug Description

If in Session Authentication, the test endpoint returns a 401 error, but the authentication endpoint is performing just fine, then there is no error message:

374393027-83d8be42-3765-4348-8b87-6062e0b64420

This makes it especially hard to support the WooCommerce integration because of its distributed nature. What happens is that we are not aware of the problem until the customer contacts us, and they don't receive error details which could help troubleshoot the problem themselves.

Reproduction Steps

Needs a misconfigured target system that accepts authentication but fails with a 401 error during test call.

Zapier Platform version

15.7.3

Node.js version

N/A

Your Operating System

N/A

npm/yarn version

N/A

App ID

67372

More Details

This is the official WooCommerce integration.

The missing error message is due to the fact that the RefreshAuthError is thrown without any messages.

@the-csaba the-csaba added the bug Something isn't working label Oct 8, 2024
@the-csaba
Copy link
Contributor Author

Looks like users are also stumbling upon this problem :

https://www.reddit.com/r/Wordpress/comments/1hmwama/zapier_to_wordpress_horrible_integration/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant