As you see it cant load css and js, apliacation works normalyy but without css, id did deploy and other things from this forum that i found
Magento
I installed ALO theme and it was working well, I can open any section of the extension but when I try to open any page, I redirect to the dashboard and got the error Invalid security or form key. Please refresh the page. I changed these values: max_input_vars = 200000 […]
I have a Magento 2.4.3-p2 instance running on apache2. When I create an order using the admin backend, I cannot customize the prices and quantities of the products I have added to the order. The update items and quantities button send the ajax request and when it updates the page […]
How can I earn the first 50 reputation points easily, currently I’m on 23? how can I reach 50? and what is “comment everywhere” mean, it say’s “comment everywhere” but I cannot post comments on other posts.
I added a shipment information against that particular order. after added message i will check in shipment section. no shipment found on that Tab. Last week its working fine but still not able to see.
I’ve started to contribute on Magento Open Source project on Github. I did my first commit and opened a pull request. I added/replaced some lines of code in a JS file, trying to follow all the guide lines from Magento. 5 of 15 automated tests fail and watching into details […]
I´m new to Magento and I´m trying to install Magento locally in my work desktop to test my code development before pushing it back to the Integration Branch. I already tried with the “Local Development Setup” and “Docker Cloud Development” Instruction. In both setups my machine becomes unresponsive. With the […]
I would like to reorder the checkout form fields in following order First Name Last Name Email Phone number Custom field – opt-in and then the rest of the fields. I can reorder other fields in checkout_index_index.xml however, email is not the customer address form field. How can I achieve […]
Guys I need to run a code as soon as a user logs in through checkout. But I’m not getting it, precisely because it sends a request to “/customer/account/loginPost/” and the return is a refresh to the checkout page. public function loginPostAction() { if (!$this->_validateFormKey()) { $this->_redirect('*/*/'); return; } if […]