SenteraLLC / QASM

QASM is a single-serve web application that runs using React and Electron, with the ability to run customizable QA or labeling jobs from a local host, a packaged windows .exe, or a statically hosted S3 website.
http://qasm-demo-frontend.s3-website-us-east-1.amazonaws.com/
2 stars 1 forks source link

S3 Static Site Doesn't support `"local"` mode #14

Open TrevorBurgoyne opened 1 year ago

TrevorBurgoyne commented 1 year ago

When running in local mode on an S3 static website, we get the error TypeError: Cannot read properties of undefined (reading 'invoke'). For whatever reason window.electron, which is what is used to invoke the local backend, is undefined.