mirror of
https://github.com/maelstrom-cms/odin.git
synced 2026-04-25 08:16:03 +03:00
[GH-ISSUE #10] Can not save open graph #5
Labels
No labels
bug
enhancement
help wanted
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/odin-maelstrom-cms#5
Loading…
Add table
Add a link
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?
Originally created by @nalakawula on GitHub (Oct 8, 2019).
Original GitHub issue: https://github.com/maelstrom-cms/odin/issues/10
Here the log:
Thank you
@OwenMelbz commented on GitHub (Oct 8, 2019):
How long is your description?
@nalakawula commented on GitHub (Oct 8, 2019):
371 long.
I check your description column is varchar. So i just need to update into text type right?
@OwenMelbz commented on GitHub (Oct 8, 2019):
I would checkout -> https://blog.spotibo.com/meta-description-length/
That length is far too long for the description, which is why this is throwing an error.
But yes changing it to
textwill allow for longer descriptions@nalakawula commented on GitHub (Oct 8, 2019):
nice best practice advise.
I will close this issue.
Thank you.
@OwenMelbz commented on GitHub (Oct 8, 2019):
I've added a migration which does cater for longer descriptions so it does not throw an error.
But has given me the idea for maybe a warning on the UI saying description/title is too long!