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
When opening any Magento2 Admin page, a call to http://www.flurrybox.com/rest/V1/extension-feed
in vendor/flurrybox/module-core/Model/Extensions/Feed.php
via the function getExtensionFeed()
is causing long load times on every admin page due to the site not being available and the call taking a long time to timeout.
I have fixed it now by just returning return []; in getExtensionFeed()
The text was updated successfully, but these errors were encountered:
elburro1887
changed the title
Long delay when opening admin due to non working flurrybox.com/rest/V1/extension-feed call
Long delay when opening Magento admin due to non working flurrybox.com/rest/V1/extension-feed call
Sep 1, 2022
When opening any Magento2 Admin page, a call to
http://www.flurrybox.com/rest/V1/extension-feed
in
vendor/flurrybox/module-core/Model/Extensions/Feed.php
via the function
getExtensionFeed()
is causing long load times on every admin page due to the site not being available and the call taking a long time to timeout.
I have fixed it now by just returning
return [];
ingetExtensionFeed()
The text was updated successfully, but these errors were encountered: