Hi @soulfoxconsulting
At the domain.de/community/shop all webhooks in stripe show errors.
What is the error that you’re seeing for that webhook? If you go to stripe.com > developers > webhooks and click on the webhook you can view the logs related to any failures.
Kind Regards,
Thanks for the fast reply. Just thought that i missed that in my question and returned.
302: Kein Response-Text (= No Response Text)
A 302 response code indicates that your site is redirecting the webhook request. Can you confirm that the webhook log is showing a 302 redirect was encountered?
If so that’s the cause of the issue. Your web server is redirecting the webhook request.
Kind Regards,
Thanks!
With the webhook log you mean the log of stripe, or?
yes. the 302 is shown in the stripe log.
i startet looking in apache log files to find the redirect, but was not able to find something.
do you have any hints to point me in the right direction?
Try taking a look at your .htaccess file which is located in the root directory of your WordPress installation.
Your apache configuration might also have the redirect rules.