Hello,
I'm running a clean install of Alloy with Episerver.ContentDeliveryApi.CMS, .Core, .OAuth, .Search installed with contentapiread user group setup and created an Initialization module that sets the default minimum role to Empty.
For some reason when I try to run a GET Request like http://localhost:{number}/api/episerver/v2.0/search/content/?filter=ContentType/any(t:t eq 'StartPage')
in Postman I get {"error":{"code":"InternalServerError","message":"Unable to retrieve search response"}}.
Screenshot: https://drive.google.com/file/d/1qOtI6PoQ1Bk3CWUZRnFkp3RIzgssRWB7/view?usp=sharing
Why is this occuring?