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