We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
1 exception(s): Exception #0 (Magento\Framework\Exception\LocalizedException): Failed to check Service details.
Exception #0 (Magento\Framework\Exception\LocalizedException): Failed to check Service details. #0 /var/www/html/vendor/fastly/magento2/Model/Config/Backend/ListAcl.php(48): Fastly\Cdn\Model\Api->checkServiceDetails() #1 /var/www/html/vendor/magento/module-config/Model/Config/Structure/Element/Field.php(458): Fastly\Cdn\Model\Config\Backend\ListAcl->toOptionArray(true) #2 /var/www/html/vendor/magento/module-config/Model/Config/Structure/Element/Field.php(376): Magento\Config\Model\Config\Structure\Element\Field->_getOptionsFromSourceModel(Object(Fastly\Cdn\Model\Config\Backend\ListAcl))
Added in since 1.2.43 by @tnikcevs fastly/magento2/Model/Api.php
`
public function checkServiceDetails($test = false, $serviceId = null, $apiKey = null) { if (!$test) { $uri = rtrim($this->_getApiServiceUri(), '/'); $result = $this->_fetch($uri); } else { $uri = $this->config->getApiEndpoint() . 'service/' . $serviceId; $result = $this->_fetch($uri, \Zend_Http_Client::GET, null, true, $apiKey); } if (!$result) { throw new LocalizedException(__('Failed to check Service details.')); } return $result; }
` additional check breaks tab
Added by: f7ee285
The text was updated successfully, but these errors were encountered:
Fixed in #152
Sorry, something went wrong.
No branches or pull requests
Bug:
1 exception(s):
Exception #0 (Magento\Framework\Exception\LocalizedException): Failed to check Service details.
Exception #0 (Magento\Framework\Exception\LocalizedException): Failed to check Service details.
#0 /var/www/html/vendor/fastly/magento2/Model/Config/Backend/ListAcl.php(48): Fastly\Cdn\Model\Api->checkServiceDetails()
#1 /var/www/html/vendor/magento/module-config/Model/Config/Structure/Element/Field.php(458): Fastly\Cdn\Model\Config\Backend\ListAcl->toOptionArray(true)
#2 /var/www/html/vendor/magento/module-config/Model/Config/Structure/Element/Field.php(376): Magento\Config\Model\Config\Structure\Element\Field->_getOptionsFromSourceModel(Object(Fastly\Cdn\Model\Config\Backend\ListAcl))
Added in since 1.2.43 by @tnikcevs
fastly/magento2/Model/Api.php
`
`
additional check breaks tab
Added by:
f7ee285
The text was updated successfully, but these errors were encountered: