error 500 when trying to publish a blog post #1112
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#1112
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
hi,
when I try to publish a blog post, it result in a white screen of death and an error 500 in the console. when looking at the logs of plume, I see this error:
thread '' panicked at 'post::update: act error: Url', src/routes/posts.rs:354:26
I tried with a blog post with a title "test" and a body "test". Saving the post as a draft work without error but trying to publish directly or trying to publish the draft result in the same error.
I use the docker version of plume (plumeorg/plume:latest)
EDIT: I just saw that the post is published but does not appear in the local feed (so the error is between the publish in database and the publish through activitypub I think... Does the local feed show posts from database or use the ActivityPub API?)
Trying to delete the post lead to the same error so it's not just the publish
Ok I found the problem: I had french accent letters in the blog where I tried to publish the post. Seems that don't work with accent in url and you are not sluggify the title of the blog (to remove said accents).
Thank you for reporting this bug!
It seems depenent on other problem which dependent library has. It will take long time to be fixed.