can not create user via cli
See original GitHub issueeg users create ? Enter firstname [required]: kate ? Enter lastname [required]: kate ? Enter username [required]: smith ? Enter email: undefined ? Enter redirectUri: undefined ✖ <!DOCTYPE html>
<html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body>Cannot POST //users/</body> </html>
//users/
is not a valid path
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
Can't create a new user account?
1. Click Start. 2. Type the three letters cmd into the Search box. ... 4. Click "Run as Administrator". ... The first command...
Read more >Add new user account from command line (CMD)
An administrator account can't be created directly. We first need to create a user account and then add the user to the administrators...
Read more >Can't add user via command line Solved
I am trying to add a user via the command line through a virtual pc I added with VMWare. I'm running windows 10,...
Read more >Cannot create users with CLI - Command Line Interface
Hello everyone, I have a dockerized Mattermost server installed in a container and is working fine. I just wanted to add a few...
Read more >Cannot create user using cli · Issue #745 · getredash/redash
I'm trying to add user with: sudo -u redash bin/run ./manage.py users create --admin --password "admin" "Admin" "admin" And I got this ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I also encountered this problem.
https://github.com/ExpressGateway/express-gateway/blob/master/bin/eg-generator.js#L80 https://github.com/ExpressGateway/express-gateway/blob/master/admin/users.js#L2
Final request address is
http://localhost:9876//user/
, nothttp://localhost:9876/user/
Temporary solution:
EG_ADMIN_URL=http://localhost:9876 eg users create
or configsystemConfig.cli.url
I’ve released EG 1.7.4 as an hotfix for that.
@jinasonlin @MillerRen @gianpaj