-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors When Uploading CSV File #51
Comments
Labeled as priority for the issue that may affect others but not for this particular credential issuing (they're fake demo credentials going to fake email addresses) |
Likely that this email address in the CSV is invalid: alovelace0-mail.com At least I'm guessing so, based on the docker logs for the dashboard, which show an error: ValidationError: The following field is invalid: emailAddress |
Recommended next steps:
|
Describe the bug
For the "WIT Mock MIT Degree" Batch - using the Mock MIT Bachelor of Science Degree w/render credential template - uploading the attached csv file results in an internal server error in the console. On the screen it looks like the file didn't upload but if you go back to the batch from the issuance overview, it lists the credential recipients but with a "CSV is missing the following fields:
earnerName, subject, credentialName, emailAddress." and that isn't true.
I've checked for special characters, spaces, and blank lines in the csv file using both excel and textedit. I believe this is a problem with the csv file but can't track it down. Once we figure out the issue with the csv file, we should look into how to return an error in the interface that matches the actual issue with the csv file
WIT MIT Bachelor of Science Degree.csv
.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This csv file should be uploaded successfully. Note that if uploaded on the credential template, it validates.
The text was updated successfully, but these errors were encountered: