Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read properties of undefined (reading 'path') #6617

Closed
reeceatkinson opened this issue Dec 6, 2022 · 0 comments
Closed

Comments

@reeceatkinson
Copy link

Describe the bug
When I tried to upload an image it threw the error below...
image

Applicable Versions:

  • Netlify CMS version: netlify-cms-app@2.15.72
  • Git provider: github
  • Browser version: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

CMS configuration

load_config_file: false
local_backend: true
logo_url: https://www.google.com/u/0/ac/images/logo.gif?uid=104478237718514360573&service=google_gsuite
media_folder: public/images
public_folder: /images
display_url: https://reeceatkinson.com/
backend:
  name: github
  repo: reeceatkinson/projectwebsite
collections:
  - name: posts
    label: Blog Posts
    folder: src/pages/posts
    create: true
    delete: true
    fields:
      - name: title
        widget: string
        label: Post Title
      - name: body
        widget: markdown
        label: Post Body
    publish: true
    type: folder_based_collection
    sortable_fields:
      - commit_date
      - title
      - commit_author
    view_filters: []
    view_groups: []
publish_mode: simple
slug:
  encoding: unicode
  clean_accents: false
  sanitize_replacement: "-"
isFetching: false
error: null

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant