Open zanami opened 1 year ago
Case Studies render path "affected" with /case_studies instead of /case-studies here due to some path character replacement when linking the case-study document with the said linkgroup buttons. The linked URL becomes http://localhost:3000/case_studies/the-case-study-page which ends up in a 404 page. The actual URL path should be http://localhost:3000/case-studies/the-case-study-page for this page to render. Maybe something related to the said issue.
Case Studies render path "affected" with /case_studies instead of /case-studies here due to some path character replacement when linking the case-study document with the said linkgroup buttons.
@pcbal I believe @PatrikKozak fixed this issue with https://github.com/payloadcms/website/commit/3df1353216450dc299bfea44d7b77a43fe7d7412 which might be different than described by @zanami
I guess there's a small bug in fields/link.ts
SelectInput throws
"TypeError: undefined is not an object (evaluating 'matchingOption.label')"
if 'default' is not in appearanceOptionsToUse around here probably.There's a place in fields/hero.ts