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
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?
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 thelocalhost: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 detailsI 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?