Skip to content

[Bug] deploy.sh fails to create a super administrator account and password in infrastructure mode #2556

@HelloWorldGitHub114

Description

@HelloWorldGitHub114

Nexent Version

1.8.0

Problem Description

Line 60 in create.sh:
RESPONSE=$(docker exec nexent-config bash -c "curl -s -X POST http://kong:8000/auth/v1/signup -H "apikey: ${SUPABASE_KEY}" -H "Authorization: Bearer ${SUPABASE_KEY}" -H "Content-Type: application/json" -d '{"email":"${email}","password":"${password}","email_confirm":true}'" 2>/dev/null)

When the deploy.sh mode is set to infrastructure, the command fails to execute due to the absence of the nexent-config container, preventing the creation of the super administrator account and password, without any error messages or notifications.

Reproduction Steps

No response

Additional Information

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions