I’m trying to install an Iglu Server for RDB Loader but when I’m posting a schema, it returns {"message":"The schema is not found"}. I used EMR RTL Runner before so I never had to do anything with Iglu (other than writing resolvers), so maybe I’m missing something.
If you are posting - this probably means the API key is incorrect, I believe the endpoint responds with 404 rather than a 401 / 403 if you post with a API key that isn’t correct.
Once I changed the docker-compose file then I was able to get your example working.
If, on the other hand, you were not using the docker-compose file but were configuring the app some other way… then I recommend looking at how you configure the super api key.