Token-Based Authentication in Magento: Enhance API Security and Efficiency

Welcome to our latest blog post in our exploration of the world of Magento 2 authentication methods. In our previous article, we looked at how to simplify Magento 2 OAuth authentication with the help of Postman. While OAuth-based authentication provides secure access to the Magento API, there’s another method we’d like to discuss: Token-based authentication….

Magento 2 – Admin URL always only 404 “Page not found”

As a continuation of the previous article, here is a note on another problem, which existed after we copied a live shop to another server and wanted to make it available there as a test shop: Every time we use the backend / wanted to reach the admin area, we got the info “404 – Page not found”. It should be said about this,…

Magento 2 – CSS / Template is not displayed

After a Magento migration (Liveshop –> Testshop) fell on, that there are problems with the template or. when viewing the page. The content was there, but the CSS was not displayed and the structure was missing = the specially written template for the shop was not loaded. Now check the files, saw, that the directory…

Magento 2 – Exception:Required parameter ‘theme_dir’ was not passed

We had this error again and again in the past, so I'm going to write a short post about this. Where does this error come from?I'm trying to confirm an order, Account, to print a delivery note or a credit note. I have installed the SNM PDF Print extension, which generates my PDFs. As soon as I try to print, I get the above…

Magento 1&2 – Include static block in transactional mail

I actually thought, that I at least for Magento 1 have long written a contribution to it, how to integrate a static block into a transactional email or, more precisely, into an email template, to, for example, terms and conditions, Has cancellation conditions and / or data protection information in one central place and does not have to change in different places in the shop. Not only to make work easier but…

Magento 2 – Random collection of everyday SSH commands

Since working with Magento 2 keeps coming back in places, that you have already had, I just want everyday SSH in this post- / CLI – Collect commands and post a brief description of each. I will add a new command every now and then, change or delete one, depending on. The order is…