Umbraco v14 iis deployment API error , Method no...
# help-with-umbraco
g
i've updated to umbraco v14 and i configured website with not managed ... and application pool identity local system idon't know where might be the problem .. i tried solutions like adding http protocls in web config i get when i do any operation .. API error , Method not allowed
h
Maybe using local system as appPool identity, not something I would recommend tbh
g
i removed it but it getting me the same issue ..
s
Could you be a bit more precise in stating what errors you get during what action?
g
when i try to create document inside content tree it returns API error , Method not allowed or save and publish.
s
But fetching data is fine?
g
yes fetching data is fine
s
Mind hopping into voice-chat and sharing your screen for an interactive debug session?
g
i can't right now go into voice chat but if you need ask a question about deployment config specs
s
Yeah, i think it's either an IIS thing or MVC is shortcutting things before an actual error
s
Could you turn up your logger sensitivity to debug or verbose, perform an action and see if the request actually makes it to the endpoint?
I'll see if I can give you an example quickly of how one should look
s
There you go, you have a cors issue
Are you hosting the Client and backend on 2 different hosts? Are you doing some proxy forwarding?
g
i am just using cloudflare
s
what is the url of your client?
also roaya.synceg.net ?
g
client and backend in same host roaya.synceg.net
s
Strange though that it shows the IP and not the actual adress in the network error 🤔 Sadly I am not familiar enough with IIS setups and cloudflare 😦
g
thank you for your help ...
51 Views