Abrindo o arquivo HTML, com o local server, os erros de valueMissing não aparecem e no console o seguinte erro é mostrado: Uncaught TypeError: Cannot read properties of null (reading 'addEventListener') at validacao.js:72:18;
Minha linha 72:
dataDeNascimento.addEventListener('blur', (evento) => {
validaDataNascimento(evento.target);
});
O estranho é que no arquivo de cadastro funciona.