I am developing a new UI for interact w/ the REST API and while developing 
the components that submit content to the endpoints i found myself unable 
to post a (new) community in the main community endpoint. I get a not very 
descritive error in the request response: "500 An exception has occurred".

The data i'm submitting to: (as string)
{
  "name": "Comunidade teste",
  "metadata": {
    "dc.title": [
      {
        "value": "Comunidade teste",
        "language": null,
        "authority": null,
        "confidence": -1
      }
    ],
    "dc.description": [
      {
        "value": "testando 123",
        "language": null,
        "authority": null,
        "confidence": -1
      }
    ]
  }
}

both are not HTTPS, same machine (localhost based), using axios;
i can login and get both csrf and jwt correctly but i'm clueless about the 
rest

main endpoint info:
{ "dspaceUI": "http://localhost:5173/";, "dspaceName": "Repositorio 
Academico", "dspaceServer": "http://192.....:8080/server/";, 
"dspaceVersion": "DSpace 7.6", "type": "root" }

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/86634344-ec66-44fe-8b71-11bd1a962bc8n%40googlegroups.com.

Reply via email to