I can't click the renewal button in the website SSL menu, when I checked the browser's console, there is error:
I checked the file /static/vite/oldjs/site.js?v=1726037759739, the error is because the index variable is null.
I suggest check if index is not null first like:
if (index !== null && index.length === 32 && index.indexOf('/') === -1) {
//
}