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
Trying to list domains in a project where there is an esm plugin fails. This is a known bug for running the project with begin dev. But it does not seem like the domains list command should need to run the project in order to list domains.
➜ otsd-app git:(main) ✗ begin update
Checking for latest version
Downloading https://dl.begin.com/releases/latest/begin-x64-darwin.zip (30.57 MiB)
Got 30.57 MiB of 30.57 MiB (100%)
Upgrading Begin to 0.17.0
Updated /Users/ryanbethel/.begin/begin
Successfully upgraded Begin!
➜ otsd-app git:(main) ✗ begin domains list
Error: Plugin error:
- Unable to load plugin 'authentication': ESM plugins not yet supported in Begin; for more information please see https://github.com/vercel/pkg/issues/1291
at getPluginModules (/snapshot/cli/node_modules/@architect/inventory/src/config/pragmas/plugins.js)
at getPluginModulesCallbackified (node:util:306:5)
at architectInventory (/snapshot/cli/node_modules/@architect/inventory/src/index.js)
at action (/snapshot/cli/src/commands/domains/index.js)
at runCommand (/snapshot/cli/src/commands/index.js)
at begin (/snapshot/cli/src/index.js)
at Object.<anonymous> (/snapshot/cli/src/index.js)
at Module._compile (pkg/prelude/bootstrap.js:1926:22)
at Module._extensions..js (node:internal/modules/cjs/loader:1166:10)
at Module.load (node:internal/modules/cjs/loader:988:32)
➜ otsd-app git:(main) ✗
The text was updated successfully, but these errors were encountered:
Trying to list domains in a project where there is an esm plugin fails. This is a known bug for running the project with
begin dev
. But it does not seem like the domains list command should need to run the project in order to list domains.The text was updated successfully, but these errors were encountered: