You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instructions on running on lambda, version 2.2.8 errors with
The "path" argument must be of type string or an instance of URL. Received undefined"
This is due to the following commit which fails when calling fileURLToPath. This commit also adds a dependency on the location of package.json which won't exist as the lambda has been packaged using esbuild.
🐛 Bug Report
Following the instructions on running on lambda, version 2.2.8 errors with
This is due to the following commit which fails when calling fileURLToPath. This commit also adds a dependency on the location of package.json which won't exist as the lambda has been packaged using esbuild.
Version 2.2.7 works as expected.
To Reproduce
Steps to reproduce the behavior:
Error received -
Expected behavior
Files are cached.
Your Environment
The text was updated successfully, but these errors were encountered: