#
magento2
Here are 2,253 public repositories matching this topic...
Fifciu
commented
Jun 22, 2021
Currently, catch block is the same for both methods in useForgotPasswordFactory (https://github.com/vuestorefront/vue-storefront/pull/5971/files/0e001721be751b0b0130915023ea0867722e1065#diff-89077440c1264480ee6ffbbcfb08d6c64c9881bea61ebbd8e0e5d260085b66ad):
err.message = err?.graphQLErrors?.[0]?.message || err.message;Let's create an external function that takes care of that a
Mark Shust's Docker Configuration for Magento
-
Updated
Oct 13, 2021 - Shell
DDEV-Local: a local PHP development environment system
windows
macos
linux
docker
golang
php
wordpress
development
laravel
drupal
docker-compose
magento
pantheon
mariadb
typo3
magento2
backdrop
local-development
ddev
ddev-local
-
Updated
Oct 13, 2021 - Go
Curated list of awesome Magento 2 Extensions, Resources and other Highlights
php
documentation
awesome
collection
packages
documentation-tool
magento-2
magento2
awesome-list
magento-extension
-
Updated
Sep 16, 2021
Smile ElasticSuite - Magento 2 merchandising and search engine built on ElasticSearch
-
Updated
Oct 13, 2021 - PHP
Preparation notes for Magento 2 Certified Professional Developer exam
-
Updated
Aug 15, 2021
Default Nginx config for Magento
-
Updated
Oct 11, 2021 - Shell
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor (contributors@reactstorefront.io).
react
javascript
open-source
ecommerce
spa
pwa
preact
commerce
ssr
reactjs
nextjs
headless
magento
magento2
server-side-rendering
ecommerce-platform
pwa-framework
salesforce-commerce-cloud
react-storefront
salesforce-commercecloud
-
Updated
Sep 1, 2021 - JavaScript
Vagrant Box for Magento 2 Developers
-
Updated
Jun 17, 2019 - Shell
-
Updated
May 6, 2020 - PHP
Set of front-end tools for Magento 2 based on Gulp.js
stylelint
gulp
sass
yarn
browsersync
sass-lint
magento
magento2
toolset
magento2-extension
csslint
hacktoberfest
-
Updated
Sep 18, 2021 - JavaScript
Docker Image to Magento 2 local development in Mac, Linux and Windows
-
Updated
Sep 4, 2021 - PHP
A faster drop in replacement for bin/magento cache:clean with file watcher
-
Updated
Aug 14, 2021 - Clojure
SASS based version of Magento 2 Blank theme
-
Updated
Aug 11, 2021 - SCSS
PHPStorm Plugin for Magento 2
javascript
java
php
intellij
jetbrains
magento
magento2
phpstorm
requirejs
intellij-plugin
phpstorm-plugin
hacktoberfest
-
Updated
Oct 12, 2021 - Java
Magento 2 extension which add feature of regenerating a url rewrites of products/categories
-
Updated
May 20, 2021 - PHP
Developer Toolbar for Magento2
-
Updated
Oct 12, 2021 - HTML
Magento Inventory Project (a.k.a MSI)
-
Updated
Oct 12, 2021 - PHP
paales
commented
Jan 22, 2018
React Native mobile app for Magento 2.x
-
Updated
Oct 4, 2021 - JavaScript
Magento 2 SMTP Extension helps the owner of store simply install SMTP (Simple Mail Transfer Protocol) server which transmits the messages into codes or numbers.
email
mailer
magento
magento2
smtp
smtp-server
mageplaza
magento2-module
magento-2-extension
magento2-extension-free
smtp-configuration
smtp-extension
mageplaza-smtp
mail-transfer-protocol
-
Updated
Oct 12, 2021 - PHP
Cron Job Manager for Magento 2
-
Updated
Jun 3, 2021 - PHP
Fastest Magento 2 Docker dev environment ever for Mac and Linux
-
Updated
Jul 29, 2021 - Shell
Magento 2 specific tasks for Capistrano 3
-
Updated
Aug 27, 2020 - Ruby
Improve this page
Add a description, image, and links to the magento2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the magento2 topic, visit your repo's landing page and select "manage topics."

Summary (*)
When trying to get a list of categories, or even only one category, if "image" field is filled but the image can't be found on filesystem the request will fail with "Error: Category image not found."
This shouldn't be the correct behavior as not being able to render an image for a category isn't an unrecoverable error, and we've been able to handle in frontend this kind of errors