-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 2.3 Design Configuration > Global page keep loading #19549
Comments
Hi @andy17612. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
where @andy17612 do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
@magento-engcom-team from 2.2.6 upgrade to 2.3 after getting this problem, is not a new 2.3. |
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
@magento-engcom-team Main Website and Main Website Store are working, just Global are not working |
Hi @andy17612 thank you for you report, this issue has already fixed in 2.3-develop branch and will be available on 2.3.1 release. |
@engcom-backlog-nazar how to fix? we need change logo from developer theme logo to my own logo. Meanwhile, my web still use dev logo. Is there any change file? Where I will find the fix? |
Having same problem here, any solution please |
@socix file in there,but i'm testing too #18851 c96b8af#diff-5a423cde3ac7f2aed85a0994b5597827L54 |
@engcom-backlog-nazar #18851 c96b8af#diff-5a423cde3ac7f2aed85a0994b5597827L54 I tried this file but when you Transactional email >upload logo > not showing. |
Same problem here. Tried c96b8af#diff-5a423cde3ac7f2aed85a0994b5597827L54 |
same issue |
Same issue here. No fix for this yet? |
Just upgraded to 2.3 and Design Configuration - Global or View page do keep loading infinitively. Website Page does work properly. |
Look at andy17612 solution |
Open those files
search for
replace with
clear cache and reload. |
Actually now I can't access the Design Configuration - Global View page as well just like @afavata. It sits there spinning that icon like something's loading but it's just stuck. @socix didn't try your suggestion as it seems the issue is different, page just doesn't load^ |
Having exactly the same issue on 2.3.0, so can't change the theme. Spinner never goes away. Base64 is not defined - file-uploader.js |
@engcom-backlog-nazar seems this issue is trending. |
@mikeguy this will be available on 2.3.1 release. and already fixed in 2.3-dev. |
@engcom-backlog-nazar thank you for super fast response. |
@andy17612 this bug not fixed yet ( -> #19581 |
@mikeguy seems like no :( |
@socix is correct, but you might find and need to update 3 instances of fileUploader in the 2nd file and 2 instances of fileUploader in the 5th file. |
@socix worked for me. Thanks mate! |
this worked for me - but setup:di:compile no longer returns cleanly
|
delete these directories |
Same :( [magento2@server var]$ rm -rf cache page_cache view_preprocessed In Log.php line 92: Error during compilation setup:di:compile |
there has been some Unit test Php codes that are generated in your app/code/Magento in |
Thanks that enabled me to run a successful compile, and put it back to production mode, but sadly the issue i was having is back again, which this appeared to fix (adding products to basket with a custom picture is back again - in both production and developer mode), it just seems to refresh the screen when you click add to cart and nothing gets added :( |
there has been no problem of such there seems to be some other issues you may facing |
Im seeing this in the console after the add to cart refreshs screen? jquery.js:10208 [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. |
then it is a client side issue that does not has any thing to do with magento 2.3.0 |
Version 71.0.3578.98 (Official Build) (64-bit) |
@socix i did as suggested... i get the following JS error: file-uploader.js:173 Uncaught ReferenceError: Base64 is not defined |
@simonmaass #19988 this will fix your issue. |
Link to solution? Need a workaround right now. |
@Nazar65 there is no folder /app/code/Magento... ?! |
@oliverf72 if you have a composer installation they must be like that |
@Nazar65 perfect, solved my issue...thanks a lot... |
I am having the same error in my development magento. Cant upload the logo. If anyone knows how to fix it, please help me. |
Fix a bug where you can't upload an icon. Same issue with magento/magento2#19549 (comment)
@socix |
this is fixed in 2.3.1... |
but we need to work on 2.3 cant upgrade to 2.3.1 |
this is the patch we applied for 2.3.0 |
I'm not sure if changing input type from fileUploader to imageUploader solves the basic issue. When I look at the error message and the code, the problem is, that "Base64"-Method from lib/web/mage/adminhtml/tools.js is not available in global scope. |
vendor/magento/module-email/view/adminhtml/ui_component/design_config_form.xml you have to change this file. |
What does "get rid of them safely" mean? Removing the entire directory causes a whole load of errors. |
So I ran this as mentioned above on a Magento 2.3.0 (that was upgraded from a prior one somehow) appears to fix it. sed -i 's/formElement="fileUploader"/formElement="imageUploader"/g' vendor/magento/module-email/view/adminhtml/ui_component/design_config_form.xml
sed -i 's/formElement="fileUploader"/formElement="imageUploader"/g' vendor/magento/module-catalog/view/adminhtml/ui_component/design_config_form.xml
sed -i 's/formElement="fileUploader"/formElement="imageUploader"/g' vendor/magento/module-backend/view/adminhtml/ui_component/design_config_form.xml
sed -i 's/formElement="fileUploader"/formElement="imageUploader"/g' vendor/magento/module-swatches/view/adminhtml/ui_component/design_config_form.xml
sed -i 's/formElement="fileUploader"/formElement="imageUploader"/g' vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml
bin/magento cache:flush |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
This is Global page message. please help, thank you!
The text was updated successfully, but these errors were encountered: