-
Notifications
You must be signed in to change notification settings - Fork 347
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
Magento_Search/form-mini not found #1186
Comments
See Pull #1187 |
Hmmm... We never faced such an issue. Can you give us more details about your instance ? Please provide :
Regards |
hi @romainruaud we're using Magento 2.3.0-beta32 with Elasticsuite 2.6.x-dev we have our own theme. but its also happening on the magento blanc theme. when i manually change the code line in your module its solves the issue. if you look on the magento github, you see they also require it with /js/ and i also see the difference. magento moved that file somewhere in 2.2.x magento/magento2@8653ba1#diff-df5888442619e22b6f135ff4e932a86e |
Ok... so it seems to be due to Magento having moved this file... Nice for compatibility backwards ... We'll fix this one as part of our 2.3.0 compatibility. Thank you for pointing this to us. |
yeah, the point is. magento has already moved the files in 2.2.6 so if you running 2.2.6 the module is also not working |
@rbayet can you have a look on this one ? The PR #1187 obviously fixes it on latest Magento version (2.2.6 and 2.3.0 beta) but I'd like to have something more smooth and of course something able to deal with backward compatibility. Not sure it's possible actually ..... Maybe we can rely on something hacky for now, and fix it definitely later when we'll decide to drop support of Magento versions < 2.2.6. |
Actually, I don't see the change being done in the tag 2.2.6 yet, but the changes have definitely been made in the 2.2-develop branch. Edit: the BC approach described in magento/magento2#16582 does not seem to apply to our case. |
Fixes #1186 - support web/js files relocation
@romainruaud I focused on a smooth M2 2.2.x approach in PR #1190 but it will not work on 2.3 where the "old : new " path mapping is absent in Magento_Search. So it looks like a new branch is required just for that fix and the other upcoming 2.3 fixes to come... |
@rbayet could you please make that branch with only this fix for now? |
Hello, so the issue is actually solved for 2.2 version of Magento, and BC compliant for all 2.2.x If we do not find an hybrid or hacky way to get it working on Magento 2.3.0, I'm okay to have a different fix of this one being implemented into master branch (future 2.7.0 major), knowing that it would leverage our requirements to Magento > 2.3.0. In the meantime, we will also contact Magento to ensure they did not report the "old : new" path mapping in 2.3.0, therefore creating a BC issue for us, but also for many people building extensions on top of their solution. Not sure they'll be able to provide a fix on time, or even to release another beta, since it's expected to be live on monday ... |
@romainruaud This issue is also with Magento 2.2.7 - What do you recommend to fix this? When is 2.6.4 of ES going to be released? :) |
@wiardvanrij 2.6.4 is going to be released very soon, probably next Thursday (CET). |
Preconditions
Trying to search with autocomplete, gets an requireJs error about file not found.
Magento Version : CE
ElasticSuite Version : 2.6.2
Environment : development
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: