I just setup Netlify CMS on my site on Gitlab, I noticed that in the admin, the media page doesn't show my pictures.

When I try to view the image, I noticed the url isn't encoded properly:

Steps to reproduce:
CMS Version
Netlify CMS version: 1.9.0
Browser version: Chrome 67
Here's my config file
backend:
name: gitlab
repo: namzo/ernestojeh.com
branch: master
site_domain: ernestojeh.com
display_url: https://ernestojeh.com
media_folder: "img/post" # Media files will be stored in the repo under images/uploads
collections:
- name: "writing" # Used in routes, e.g., /admin/collections/blog
label: "Writing" # Used in the UI
folder: "_posts" # The path to the folder where the documents are stored
create: true # Allow users to create new documents in this collection
slug: "{{year}}-{{month}}-{{day}}-{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md
fields: # The fields for each document, usually in front matter
- {label: "Layout", name: "layout", widget: "hidden", default: "post"}
- {label: "Title", name: "title", widget: "string"}
- {label: "Publish Date", name: "date", widget: "datetime"}
- {label: "Body", name: "body", widget: "markdown"}
Thanks.
This should be fixed by https://github.com/netlify/netlify-cms/pull/1433.
I'm having the same issue on GitHUB. Every once in a while images stop working. Screenshot:

Edit: Looks like this is related to #787
@sbuys Yes I can confirm we are facing the same issue with Github as well a bug report was just filed by our client yesterday also about this.
Hi, looks like I'm still getting this error (but Github instead). It goes away sometimes after refreshing on the browser (Chrome).

Netlify version 2.9.7
Thank you