[ad_1]
Returning to Payment Plugins for Stripe WooCommerce
You’ll be redirected in just a moment.
And then the error pops up
@umarenator
Navigate to your WooCommerce > Status > Logs page and look for fatal-error log files. That should have some info on what’s causing that PHP exception.
Thanks,
test-log.log is actually empty so I pulled my server log and this is what I’m getting:
ModSecurity: Access denied with code 418 (phase 1). Pattern match ******** referer:
It is working in test mode with live API but I need apple pay and the rest and it requires AutoConnect
- This reply was modified 19 minutes ago by umarenator.
It looks like your webserver is rejecting the redirect back to your site due to a security setting. Possibly your Apache mode_security setting (if you’re using Apache) doesn’t like some of the query parameters in the URL.
That’s not something that would be caused by the Stripe plugin.
Thanks,
Issue resolved. Disabled extra security module. Thank you for your quick response
