Webflow CMS API: Job Openings Stuck in 'Queued to Publish' – Unable to Publish Live

Hello, I am currently working on a CMS API to create job openings for the career page. The data is successfully stored in the career CMS, but it remains in the “queued to publish” state and is not getting published. When I try to publish it through Postman, I encounter an error. Can someone help me resolve this issue? I want the job openings to be published, but it’s not working as expected.

I have also checked the API permissions, but the issue persists. Is there anything I might be missing? Please suggest a solution.

Here are the relevant details:

Postman publish error screenshot:

Webflow CMS data fetched using API:

Webflow API access permissions:

Hi @Nensi_Butani - this error can happen if the publication state of your site is different between all your domains. We somewhat recently introduced a fix for this in our beta endpoints so that you can still publish your CMS items in this state, so I might recommend trying the beta endpoint for this to unblock. We’re looking to port this functionality over to /v2/ soon.

Hello @zachplata, it’s working perfectly. Thank you so much!
However, I need one more suggestion. When I create a job opening in the Career CMS and publish it, everything works fine. When I test by deleting, archiving, or saving it as a draft, it is successfully updated in the CMS, and Postman also shows a success message. However, the data still appears on the live website. It only gets removed after I republish the Webflow site. Could you please suggest a solution for this?

Are you using the /live delete endpoint to try and take the item off?

yes, @zachplata! Thank you so much. It’s working perfectly.