You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not yet sure exactly what causes this but I'm getting this error: main.ERROR: Notice: Trying to access array offset on value of type null in /var/www/html/vendor/btcpayserver/magento2-btcpay-module/Model/BTCPay/BTCPayService.php on line 601
when running a production store, and I need to manually return payment/btcpay/api_key and payment/btcpay/webhook_secret to unbreak.
That's after using bin/magento app:config:dump and then importing that on a production server.
The text was updated successfully, but these errors were encountered:
Not yet sure exactly what causes this but I'm getting this error:
main.ERROR: Notice: Trying to access array offset on value of type null in /var/www/html/vendor/btcpayserver/magento2-btcpay-module/Model/BTCPay/BTCPayService.php on line 601
when running a production store, and I need to manually return
payment/btcpay/api_key
andpayment/btcpay/webhook_secret
to unbreak.That's after using
bin/magento app:config:dump
and then importing that on a production server.The text was updated successfully, but these errors were encountered: