emadehsan / csp

Algorithm for Cutting Stock Problem using Google OR-Tools. Link to the tool:
https://emadehsan.com/csp/
MIT License
128 stars 38 forks source link

Website not working #31

Open Ladvace opened 1 year ago

Ladvace commented 1 year ago

I was trying the algorithm on https://emadehsan.com/csp/ but when I click on "cut" I get the following error, is there a self-hosting version of it?

image
emadehsan commented 1 year ago

Hi @Ladvace, sometimes this issue can be avoided by pausing the ad blocker (which might be causing CORS error). But I think my deployment on Heroku's free tier might not be functioning well.

The deployment folder has the code you are looking for to run this website & server locally.

esmarcro commented 1 year ago

This program It is not working. When pressing this button, nothing happens: image Can you please let me know if there is a problem with it? Thank you,