Netlify-cms: 1.8.1 - Cannot publish new documents

Created on 24 May 2018  路  18Comments  路  Source: netlify/netlify-cms

- Do you want to request a feature or report a bug?

Bug

- What is the current behavior?

Using CMS version 1.8.1, cannot publish new documents. Get __Failed to persist entry__ error.

See console.log screenshot:

screen shot 2018-05-24 at 12 22 10 pm

May have something to do with

- If the current behavior is a bug, please provide the steps to reproduce.

Creating a new document in a collection, clicking Publish Now

- What is the expected behavior?

Rolling back to 1.8.0 fixes this issue.

- Please mention your versions where applicable.

Netlify CMS version: 1.8.1
Browser version: Chrome 67

Node.JS version:
Operating System: macOS 10.13.3

- Please link or paste your config.yml below if applicable.

bug high needs attention

Most helpful comment

Fixed in 1.8.2. Can someone confirm and close?

All 18 comments

FYI using git-gateway

Unable to reproduce so far. Can you still reproduce? Any error message toast notifications popping up when it fails?

1239 seems the only likely PR in 1.8.1 to cause something like this, but it _should_ have produced a toast notification if that was the case.

Yes, toast notification is:

Failed to persist entry: API_ERROR: Not Found

screen shot 2018-05-24 at 2 16 44 pm

Can you link to a repo that reproduces? Still not able to trigger the error.

https://github.com/Jinksi/test2

CMS new post page
I've opened invites if you want to log in.

I've used the one-click-hugo-cms template and added this commit to use 1.8.1.

I'm able to update existing posts, but cannot create new posts.

I'm trying to get started with Netlify CMS, and I'm running into this error as well while using github backend.

Edit: Just tried downgrading to 1.8.0. After doing so, I am able to publish posts.

Also happening to mine(It didn't a few days ago). I'm using unpkg.com/netlify-cms@^1.0.0. The error happens when saving a new entry in editorial workflow, as well as when publishing.

Working on this now.

Fixed in 1.8.2. Can someone confirm and close?

Was the new version published to npm? I don't see it:

$ npm info --json netlify-cms | jq -r '.["dist-tags"].latest'
1.8.1

The npm guys had an incident the other day that caused published packages to not be available immediately, could be that the problem is back: https://status.npmjs.org/incidents/3rjzvts6v98k

It is live on npmjs.com and unpkg.

Ah, there is a new incident reported: https://status.npmjs.org/incidents/238t55n6f03f

Whoops, accidental close.

I'm seeing it on unpkg now.

Confirmed fixed (via unpkg)

I wrote an email about the missing package to npm support.

Awesome, thanks @papandreou.

They wrote me back, and it's there now :tada:

All working 馃憦

Was this page helpful?
0 / 5 - 0 ratings