I recently came across a fantastic repository that offers a Java REPL directly in the browser. I decided to fork it and deploy it as a Google Cloud app to enhance its security with HTTPS.
Everything seems to be working smoothly, except for one issue:
Unfortunately, the AJAX calls made by term.js are returning a 404 error, causing the session mechanism to break. It functions perfectly when run locally.
As a Java developer and Javascript novice, I'm wondering if there's something obvious that I might be overlooking. Can anyone offer any insights or suggestions?