-
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
Multiple issues while adding new product #1734
Comments
Thank you @RawPhunky for your report. We have created MAGETWO-42232 to track a fix for this issue. |
@RawPhunky can you please check your apache logs and see if there are any errors in that? |
I am having similar issues, and it seems to be related with javascript files not found. I am not using apache, but nginx, I carefully followed the nginx.conf.sample from the repo:
Also, I found this error: Hope this helps! |
Did you run static files materialization? Magento 2 stores static files in module and theme folders and copies them to pub/static folder on request in dev mode. So if on one request the browser tries to load a lot of new static files, some of these requests will fall off by timeout (especially on windows systems). Reloading page usually fixes the problem. But there is also view file materialization command in bin/magento that will materialize all static files at once. |
Hi antonkril, First thing I realized when running bin/magento script, my .../magento/etc folder was not writable by my nginx user, that is the first thing I fixed (will care about security later). After that, from magento's bin folder, I've run:
I kept having this error when it tries to process frontend -> Magento/luma: I do have the recommended settings found the php.ini.sample, could it be a bug only in fr_CA localization? Anyhow, I changed Maybe this will help someone having similar issues... |
@RawPhunky Please see this response #1725 (comment). Closing ticket for now. Please feel free to open a new ticket in case of any issues. |
[EngCom] Public Pull Requests - 2.2-develop - MAGETWO-84098: Webshop throws an exception when sharing wishlist with RSS enabled #12276 - MAGETWO-84081: 9684: No ACL set for integrations #12332 - MAGETWO-84006: Fix robots.txt content type to 'text/plain' #12310 - MAGETWO-83977: Handle empty or incorrect lines in a language CSV #12304
How stable is Magento2? I keep getting errors and page hangs almost everywhere I go in Admin panel... Tried both Master and Dev branches.
Here is An attempt to add Product on Clean Master branch install running on xampp Windows.
Go to Products/Catalog - Page does not load properly:
Close Chrome Tab, reopen admin panel.
Go to Products/Catalog - Again Page does not load properly:
Do it 3rd time (close / reopen / go to catalog) Now Catalog page loads properly
Click on Add Product - You get error and nothing happens
Close Chrome Tab, reopen admin panel. Go to Products/Catalog and click Add Product again you will finally enter Product creation page.
Try to create product, click save - Page hangs with warning
Issue might be related to: #1725
The text was updated successfully, but these errors were encountered: