vertica-as / Vertica.Umbraco.Headless

MIT License
48 stars 8 forks source link

vertica headless endpoint return 404 error with data #27

Open AyalaTzwebnerTrustech opened 9 months ago

AyalaTzwebnerTrustech commented 9 months ago

Hi, I am using vertica headless in my umbraco project. I installed the package and added the AddHeadless to the startup.cs class. when I navigate in the browser to the localhost:44354 I see the data printed as json, so far so good. but when I open the dev tools. I see that the request failed with 404, and the data was sent as the error details Screenshot 2024-01-23 094602

Screenshot 2024-01-23 094858

I cannot leave it like this, because I must clean up my console from errors. what's wrong? it this the default behavior of vertica headless?