Bug or problem in UI EXtension OpenExtension

Hello, imhaving problems with my Extension,

this code was working fine before this morning the dialogs.openExtension stop working

extension.dialogs.openExtension({
id: “SOMEIDHERE”,
width: 700,
shouldCloseOnOverlayClick: true,
shouldCloseOnEscapePress: true,
parameters: {
templateId: extension.ids.entry,
defaultLocale: defaultLocale,
locales: locales,
templateName: extension.entry.fields.name.getValue()
}
})

All the parameters are good i check that and this solution was working fine , i check the id from the ui extension. Is there some bug from Contenful?

Hi there, sorry for the incident. It was a bad deployment on our side this Wednesday, our team quickly reverted the change to solve the issue.