Troubleshooting Thursdays : Package not found error in production, although function works in development environment

Troubleshooting Thursdays : Package not found error in production, although function works in development environment

Welcome back to #TroubleShootingThursday, where we provide solutions to common problems developers encounter. In today's post, we're talking about an issue you might face when a Catalyst function works well in local debugging environment, but fails in development sandbox and throws a "package not found" error.

This means the packages aren't installed within the functions folder. In the local debugging environment, this issue doesn't occur because packages may be available globally. Please make sure packages are present within the respective functions folder.

      Catalyst Community