Skip to content
New issue

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

MAGE-1228 Add proxies to constructor to defer store ops #1711

Open
wants to merge 1 commit into
base: release/3.15.0-dev
Choose a base branch
from

Conversation

cammonro
Copy link
Contributor

Summary

This addresses an install issue encountered on Community Edition when installing Algolia via Composer before Magento. It uses proxies to defer the dependency chain that attempts to access store config before it has been defined.

The error resolved is: "In WebsiteRepository.php line 159: The default website isn't defined. Set the website and try again."

Result

Before fix:

image

After fix:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant