View Ticket
Ticket Hash: 70390f915e0d74eb5c2162a0e48ebab14cd8f5d6
Title: Cannot upload a repository on Chisel
Status: Open Type: Code_Defect
Severity: Critical Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2021-05-19 16:43:24
Version Found In: 708ffba4da256614
User Comments:
anonymous added on 2021-04-02 15:28:18: (text/x-markdown)
When trying to upload a newly created repository by doing the following:

- from the dashboard, click on "Create Repository"
- then click "Upload Repository"
- enter simple name and password
- check "Make this repository private"
- upload the repo file
- press "Upload Repository"

I get the following error:
\  
\  
<p style="color:red;">Something failed during the creation process please try again. Error:</p>
```
Failed to create new user
```

anonymous added on 2021-04-05 18:20:03: (text/x-markdown)
Extra Informations:
   
- I've installed flint on my ubuntu 18.04 workstation and I got same error.

- I found out that it fail because the user it try to create already exist in the repository.
    + I think it should handle this situation somehow, it is probably very common that an uploaded repository already contain the "Flint Account" username.

- I tried again on Chiselapp with a repo which doesn't contain a user that match my chiselapp account.
    + But it still does the same error. (as the opposite as on my own flint setup)

anonymous added on 2021-05-19 16:43:24: (text/x-markdown)
A have exactly the same problem. Changing the repo username doesn't help.