C++ Kelas Interaktif Pemrograman Dasar
0 poin

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:

  1. Buka berkas kelas-interaktif.html (versi satu berkas, bisa diklik ganda tanpa server), atau
  2. Jalankan node serve.mjs di folder webapp, lalu buka http://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.