A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi, whenever i try to upload a theme i get an "Internal Server Error".
Here is the data i'm trying to send:
data = {
'theme': {
'name': licence,
'role': 'unpublished',
'src': 'some file in my django app (https//ngrok.blabla/media/themes/theme.zip)'
}
}
if i get rid of the "src" arg it works.
If i open the file's url in my browser the download starts right up.
Do you guys have an idea of what i could have been missed ?