is there a way to make the buildpack non static, or to make my app load herokuURL/LocationX without prompting a 404 error.
If I go to herokuURL and click a button I get redirected and everything works fine. but if I want to hit refresh or put the full url myself I get the 404.
After reading in the closed issues I found that I need to use a static.json file with the routes there.
Hey,
is there a way to make the buildpack non static, or to make my app load herokuURL/LocationX without prompting a 404 error.
If I go to herokuURL and click a button I get redirected and everything works fine. but if I want to hit refresh or put the full url myself I get the 404.
After reading in the closed issues I found that I need to use a static.json file with the routes there.