I am trying to publish a new page (doc type) from the content tree and I get a 500 error saying:
The request URI must either be an absolute URI or BaseAddress must be set.
I had earlier published other pages in the same hierarchy as the current page without any problems but now any new pages I add and try to publish result in this error.
No, no template.
The error I get is:
Failed to load resource: the server responded with a status of 500 ()
/umbraco/RestServices/BulkPublish/PublishDocument
It seems to be a conflict with my umbraco webapi. When I remove the webapi it works fine.
However locally I can use the webapi and publish it's only on the dev server that the publish fails. When I remove the webapi from dev the publish works.
500 error on Publish
I am trying to publish a new page (doc type) from the content tree and I get a 500 error saying:
The request URI must either be an absolute URI or BaseAddress must be set.
I had earlier published other pages in the same hierarchy as the current page without any problems but now any new pages I add and try to publish result in this error.
Does you new page have a template associated?
No, no template.
No, no template. The error I get is: Failed to load resource: the server responded with a status of 500 () /umbraco/RestServices/BulkPublish/PublishDocument
It seems to be a conflict with my umbraco webapi. When I remove the webapi it works fine.
However locally I can use the webapi and publish it's only on the dev server that the publish fails. When I remove the webapi from dev the publish works.
Did you find a solution for this? I am facing the same problem
Have you installed some package?
Yes stripe package but that's not on all servers
Which?
Nuget package for Stripe by nick berardi, I have tried by uninstalling it as well
is working on a reply...