Stream: community

Topic: banner message not displaying


view this post on Zulip jamie jamison (May 09 2025 at 20:39):

Since UCLA dataverse is currently haveing issues - can'tcreate or save datsets - I'm trying to setup a banner message. But, banner isn't displaying.

{
"dismissibleByUser": "true",
"messageTexts": [
{
"lang": "en",
"message": "Dataverse is currently experiencing issues with creating and saving datasets. We are working on the problem."
}
]
}

curl -X GET http://localhost/api/admin/bannerMessage
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://localhost/api/admin/bannerMessage">here</a>.</p>
</body></html>

Thank you,

Jamie

view this post on Zulip Philip Durbin ๐Ÿš€ (May 09 2025 at 20:46):

Hmm, can you get the equivalent of https://demo.dataverse.org/api/info/version to work?

view this post on Zulip Philip Durbin ๐Ÿš€ (May 09 2025 at 20:46):

And sorry to hear about the issues!


Last updated: Nov 01 2025 at 14:11 UTC