CORS blockieren Kommunikation
app.use(cors({
origin: '*'
}));
Nice Nightingale
app.use(cors({
origin: '*'
}));