Invoice_OCR_app
Invoice_OCR_app copied to clipboard
Uncaught runtime errors: #12
I have the same issue as #12 The problem is that I run app on another computer, but all posts in fronted are hardcoded with localhost:5000 LoginPage.js ... try { await httpRequest.post("http://localhost:5000/login", { email, password, });
, so frontend never reaches backend, It would be great if backend host is configurable,
Hello @borisovalex, thank you for mentioning this issue.
You can now configure your backend host in the .env file located in the frontend directory.