Alisha Dbritto created ATLAS-5280:
-------------------------------------
Summary: [React UI] displays incorrect error notification instead
of backend error message during glossary import failure
Key: ATLAS-5280
URL: https://issues.apache.org/jira/browse/ATLAS-5280
Project: Atlas
Issue Type: Bug
Reporter: Alisha Dbritto
Attachments: Screenshot from 2026-04-29 14-39-34.png, Screenshot from
2026-04-29 14-39-46.png
While importing a glossary term via CSV, the UI shows a generic notification:
“Invalid JSON response from server”
However, the backend API response contains a valid JSON error:
{code:java}
{
"errorCode": "ATLAS-409-00-011",
"errorMessage": "Glossary import failed"
}{code}
This indicates the UI is not correctly parsing or displaying the backend error
response.
Steps to Reproduce:
# Go to Atlas UI → Glossary
# Click Import Glossary Term
# Upload a CSV file containing duplicate glossary terms
# Click Upload
{code:java}
2026-04-29 12:54:32,780 [etp606508809-210 -
005fbdb6-07c0-4918-b4b6-9965e118feb9] ERROR [GlossaryService.java:1188]
FAILED_TO_CREATE_GLOSSARY_TERM org.apache.atlas.exception.AtlasBaseException:
Glossary term with qualifiedName BankBranch@testBankingGlossary already exists
at
org.apache.atlas.glossary.GlossaryService.createTerm(GlossaryService.java:404){code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)