I am using vertical headless in my umbraco project. (see docs in github) and calling the endpoint from my angular project.
for example : If I want to get the homePage , I just navigate in the browser to localhost:44354 and see the json output like this.
but when I see the request in the devtools, it returns 404, with the data.
of course that requesting from the client also get error, but there I catch this with catchError operation. but there are errors in the console, and I must prevent them being there.
do you know about this behavior of vertica? what am I doing wrong? I did the configuration just as mentioned in the docs from the link above
vertica headless endpoint return 404 with data
I am using vertical headless in my umbraco project. (see docs in github) and calling the endpoint from my angular project.
for example : If I want to get the homePage , I just navigate in the browser to localhost:44354 and see the json output like this.
but when I see the request in the devtools, it returns 404, with the data.
of course that requesting from the client also get error, but there I catch this with
catchError
operation. but there are errors in the console, and I must prevent them being there.do you know about this behavior of vertica? what am I doing wrong? I did the configuration just as mentioned in the docs from the link above
I will be greatefull for any advice and solution.
is working on a reply...