Aplikasi tidak dapat dimuat
Penyebab paling umum: berkas ini dibuka langsung dari
folder (file://). Peramban memblokir ES module pada mode itu,
sehingga daftar pertemuan menjadi kosong dan tidak bisa diklik.
Dua cara memperbaikinya:
- Buka berkas
kelas-interaktif.html(versi satu berkas, bisa diklik ganda tanpa server), atau - Jalankan
node serve.mjsdi folderwebapp, lalu bukahttp://localhost:8080.
Most likely cause: this file was opened directly from the
folder (file://), where browsers block ES modules — which
leaves the meeting dropdown empty and unclickable. Either open
kelas-interaktif.html, or run node serve.mjs
and visit http://localhost:8080.