Hello,
I have converted my existing angular application to a magnolia SPA app.
When I start my application and fetch data via the magnolia deliver api, a pre-flight CORS request is issued which gives me the following CORS error
On the same request I get the following error in magnolia logs
[INFO] [talledLocalContainer] 2021-09-07 11:24:33,663 [http-nio-9080-exec-6] ERROR info.magnolia.rest.RestExceptionMapper : Exception thrown executing REST endpoint, returning 500
[INFO] [talledLocalContainer] org.jboss.resteasy.spi.DefaultOptionsMethodException: RESTEASY003655: No resource method found for options, return OK with Allow header
I also have SiteAwareCorsFilter configured on the filters level as per the tutorial.
I am using a community edition with version 6.2.4.
Could you please help me solve this problem.
Thanks in advance.