Hey we were hoping to be able to test edge-courses which is a relatively new addition to the community on the snapshot environment.
I’m trying to hit the courses endpoint to see if I can reach the module, but I’m getting a 502 bad gateway. Here’s my curl curl https://folio-snapshot.dev.folio.org:8000/courses/courses -v. The module does support this route for GET so I figured I’d get something back from the module saying something. But the request doesn’t seem to be reaching the mod.
I know the module is there and running because I can see its logs which only say that it has started correctly. I think this might be the first time we’re trying out this new community module. Perhaps the reference env is missing a config that makes it available on 8000?