You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
This started happening after I had issues where changing an article would rename it and save it under a different file (eg "My Article.html" into "my-article.html"). I messed with article slugs and settings a few times to try and have it save under the original filename, but then this error happened.
The text was updated successfully, but these errors were encountered:
@The64thGamer You are using editorial workflow, so I suspect you renamed this article while it had a status under EW. EW works with pull requests. There was probably a PR open for this file's original name, and after you changed it, the CMS couldn't find the match between main branch and PR branch.
I don't see any branches in your repo though, so I'm probably wrong. Unless you deleted them :)
BTW, how is it possible that Decap renames your files? It should not be able to do that.
No articles were renamed. This error happens when attempting to save to any article on the site. Just attempted a few more changes and same stuff happening.
Also didn't clarify well, Decap didn't rename the files, it would create new ones. A user submitted a pull request using Decap to edit this existing page, and the pull submitted it under this new file.
But now whatever error is happening is just stopping any files from being saved.
After more testing it's letting me only save articles who don't have spaces in their filename. I assume that narrows things down to whatever the issue is.
Describe the bug
When attempting to save pages, an API ERROR will come up stating the article's name isn't a valid ref name.
To Reproduce
Expected behavior
Screenshots
Applicable Versions:
CMS configuration
https://github.com/The64thGamer/cheeseepedia/blob/main/static/admin/config.yml
Additional context
This started happening after I had issues where changing an article would rename it and save it under a different file (eg "My Article.html" into "my-article.html"). I messed with article slugs and settings a few times to try and have it save under the original filename, but then this error happened.
The text was updated successfully, but these errors were encountered: