-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Product Edit Page Can't Load #5967
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
Comments
Try to click on those problematic lines to open *.js files - as there are some syntax errors, looks like they are not fully loaded from web server. |
Here is a broken function from i18n.js execute = function (element, valueAccessor, isUpdate) {
yes, it is. The newly generated file seem to be broken. @orlangur do you have solution. I have newly installed magento2.1 which seems to be working well. So I don't know what caused this issue? My products data ? or some implicit configuration? To mention here, I don't enable any JS binding/merging/ minifying at all. |
Do materialized files in It's hard to say why your browser receives incorrect version, it could be web server misconfiguration or some malfunction in browser cache. For example, such problem can be easily emulated with no free space on device. |
At first I did use signed static file, but I can't find materialized files. I realized that function may cause this issue so that I turned it off. But no matter how, It still has error. BTW, how do you know my browser receives incorrect version? As I already noticed, the newly generated file is not the same one of the origin. What should I check further? thanks |
Hi @orlangur. Could you please give me hints on why this issue happen and what should I do to solve. Any suggestion would be appreciated. |
Finally, I found out the reason.. The "translate_strategy" is culprit. I set it to embedded which caused this issue. Cost me almost a daytime to find it out. hope can help others who suffer the same. |
uff.. Thanks you are my hero of the day. After an upgrade for mage 2.1 i had several error of JS, that one being one I had no idea how to tackle. Thanks again. |
@Nerogee thank you for your feedback. |
Hi @Nerogee , closed as we don't receive update more than 2 week, feel free to write here/reopen or to open new issue |
Hi @Nerogee, What I noticed, when in the I went through the minified code of the BEFORE:
AFTER:
OR.... just override all file instances of Here is a link to a Gist for a console file I have created in order to simplify the copy/symlink job for broken files that you are willing to replace after static content compilation. |
@viktor-zhuromskyy, nice finding, but closed issues are most likely not monitored by Magento folks. Please report a new one if it is still relevant. |
issue is reopened based on @viktor-zhuromskyy reply |
Hi, @Nerogee. |
@Nerogee, thank you for your report. |
- fixed Product belongs to categories with and without event does not shown - fixed [GITHUB] Product Edit Page Can't Load magento#5967
Hi @Nerogee. Thank you for your report and collaboration! The issue was fixed by Magento team. The fix was delivered into
The fix will be available with the upcoming |
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: