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