Not display the articles to assign DOIs

Hi,
I am trying to assign the DOIs, but it doesn’t display the articles; this only happens in some of the journals on my site. It shows the following in console:

TypeError: Cannot read properties of undefined (reading ‘authorsStringShort’)
at a.getItemTitleBase (build.js?v=3.4.0.5:344:319554)
at a.getItemTitle (build.js?v=3.4.0.5:344:322595)
at build.js?v=3.4.0.5:344:320804
at Array.map ()
at a.mappedItems (build.js?v=3.4.0.5:344:320750)
at e.get (build.js?v=3.4.0.5:319:28406)
at e.evaluate (build.js?v=3.4.0.5:319:29406)
at a.mappedItems (build.js?v=3.4.0.5:319:31128)
at build.js?v=3.4.0.5:344:292388
at a.dt [as _t] (build.js?v=3.4.0.5:319:12875)

I’m using , OJS 3.4

Has anyone experienced something similar? Could it be related to incorrect entries in the database?

Thank you very much for the help

Hi @Infotegra_S.A.S,

You might want to also check your PHP error log - those messages often provide more clues as to what is going on.

-Roger
PKP Team

Hi, Roger

I already solved it: in the submissions table, there is a field current_publication_id that was empty, and I had to delete them. What is its relationship with submission_id?

Why might there be empty values in the current_publication_id field? When can this happen?

Thanks