Input validation failed: Invalid email
Steps To Reproduce Fresh Install
Whan went wrong Creating the first user isnt possible
Expected behavior normal working user creation
Browser Console got this:
POST http://172.17.11.25:88/api/admin/first 400 (BAD REQUEST)
Trying to access the /api path results in this: GET http://172.17.11.25:88/api/admin/first 404 (NOT FOUND)
Container Log: 172.18.22.21 - - [07/May/2024:13:58:59 +0000] "POST /api/admin/first HTTP/1.1" 400 62 "http://172.17.11.25:88/admin/first" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" rt=0.023 urt=0.024
Is there already a solution for this issue ?
Hi
Same problem. Do you have solve this issue ?