rill icon indicating copy to clipboard operation
rill copied to clipboard

`rill devtool start cloud` failed if `--except admin`

Open Kavinjsir opened this issue 1 year ago • 1 comments

Describe the bug

Running rill devtool start cloud --except admin --verbose failed from my local macbook with the following errors:

error logs

To Reproduce Steps to reproduce the behavior:

  1. Go to the root directory of source code
  2. Run rill devtool start cloud --except admin --verbose

Expected behavior The dev env should setup successfully without admin.

Desktop (please complete the following information):

  • OS: macOS 14.3.1
  • Version: rill version 0.42.1 (build commit: 82f981653 date: 2024-03-20T08:23:29Z)

Additional context

rill devtool start cloud work fine though, so I guess there might be some disorder when launching a series of components during the dev env setup.

Kavinjsir avatar Mar 21 '24 22:03 Kavinjsir

So if running a standalone process for admin (go run ./cli admin start), and then run rill devtool start cloud --except admin --verbose will work for me.

If this is the nature from the mechanism, I think it is good to me. (Maybe we can update admin/README.md to clarify that)

Kavinjsir avatar Mar 21 '24 23:03 Kavinjsir