Where communities thrive


  • Join over 1.5M+ people
  • Join over 100K+ communities
  • Free without limits
  • Create your own community
People
Activity
  • Jan 31 21:29
    joallard commented #716
  • Jan 31 21:28
    joallard commented #716
  • Jan 31 21:28
    joallard commented #716
  • Jan 31 18:42
    ashx starred netlify/netlify-cms
  • Jan 31 18:41
    jessebrack starred netlify/netlify-cms
  • Jan 31 17:04
    erquhart labeled #2047
  • Jan 31 17:03
    erquhart opened #2047
  • Jan 31 16:57
    erquhart commented #1989
  • Jan 31 16:50
    erquhart commented #1285
  • Jan 31 16:42
    erquhart labeled #1985
  • Jan 31 16:42
    erquhart labeled #1985
  • Jan 31 16:42
    erquhart labeled #1985
  • Jan 31 16:37
    erquhart labeled #1983
  • Jan 31 16:37
    erquhart labeled #1983
  • Jan 31 16:37
    erquhart labeled #1983
  • Jan 31 16:37
    erquhart labeled #1983
  • Jan 31 16:37
    erquhart labeled #1983
  • Jan 31 16:36
    erquhart commented #1983
  • Jan 31 16:36
    erquhart commented #1982
  • Jan 31 16:36
    erquhart labeled #1982
Patrick Bennett
@patrickisgreat
ENOENT: no such file or directory, stat '/Users/pb/projects/gabler-youngston/public/admin/index.html'
I really love the concept, and the implementation. I could use some help ironing out all these issues.
Michael Levy
@mikewgd
Trying to run the netlify cms jekyll and getting errors

I am unable to run the commands on my computer. I may not have the correct versions of Ruby or Gems, but Im not sure. Here are my details

Mac OS
macOS Mojave 10.14

Ruby Version
ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin18]

Ruby Gem Version
3.0.6

When I run bundle install, I get this:

The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Using public_suffix 4.0.1
Using addressable 2.7.0
Using bundler 2.0.2
Using colorator 1.1.0
Using concurrent-ruby 1.1.5
Using eventmachine 1.2.7
Fetching http_parser.rb 0.6.0
Installing http_parser.rb 0.6.0 with native extensions
Errno::EACCES: Permission denied @ rb_sysopen - /Users/mikelevy/Web
Stuff/repos/jekyll-netlify-boilerplate/vendor/bundle/ruby/2.3.0/gems/http_parser.rb-0.6.0/.gitignore
An error occurred while installing http_parser.rb (0.6.0), and
Bundler cannot continue.
Make sure that `gem install http_parser.rb -v '0.6.0' --source
'https://rubygems.org/'` succeeds before bundling.

In Gemfile:
  jekyll was resolved to 3.8.6, which depends on
    em-websocket was resolved to 0.5.1, which depends on
      http_parser.rb
Can Rau
@CanRau
Hey y'all 👋is it possible to have the website and content in separate repos? Do I just provide the content repo in backend config? Would that work?
will wade
@willwade
Its been a while since I've played with netlifycms - and I feel I've had this problem before but cant find the answer. My config.yml has the media_folder in it - but I'm getting an error it can't find a config setting for one - anyone have any ideas? https://github.com/AceCentre/nhs-service-finder/blob/master/static/admin/config.yml -https://servicefinder.acecentre.net/admin/
will wade
@willwade
@CanRau Could you do the content as a sub-repo and then just pull the whole thing as git clone --recurse-submodules ? (I'm no expert but didnt think it was an option for the backend conifg). Your admin config would just need to look at the content repo - right?!
Frank Calise
@frankcalise
Hello, does anyone have any helpful tips on debugging a preview template with an error? Is this something I can test locally? Whenever it gets published, I just receive the non-minified react error in the preview pane of the CMS
will wade
@willwade
@willwade I figured this out if anyone has the same prob: https://stackoverflow.com/a/58155756/1123094
Flavio Lazzarini
@flaviolazzarini
Hey everybody 👋🏼
I'm trying out netlify CMS for a project at university. Does anybody know if there is the possibility to show or hide a blog entry based on the signed in user? Cause on the blog we have to build only the creator of the post should be able to edit it.
Btw. I'm using git-gateway as auth backend.
Can Rau
@CanRau
@willwade thanks for the reply, the reason for the separate repo is that I'd like to be able, for certain sites, to keep the content repo private, but the source code public. Actually right now because at that point GitHub didn't allow private repos on the free plan, the source lives in GitHub whereas the content is in GitLab^^
Marko Trebizan
@themre
hey everyone
i started playing with netlify CMS and I used cloudinary addon... is there a way with rich text editor to insert some file on cloudinary?
rich text has Image button, but no i want to use Link button to search for some cloudinary link. is this possible?
Cole Hudson
@c7hudson
Hi all, is something going on with the docs site @ https://www.netlifycms.org ?
It's loading a login view for admin side of CMS and docs links are 404ing
Patrick Bennett
@patrickisgreat
Greetings! Can anyone with a bit more Netlify experience share their local dev workflow? I'm setting up custom Preview components and custom field definitions and the only real way I can test the admin screens is by committing broken code and deploying the branch. Is there a way to run Netlify on your own local server? Say in a Docker container that is mapped to the local directories?
Frank Calise
@frankcalise
@patrickisgreat hey I'm here too (messaged yesterday) asking about the debugging of preview templates as well. haven't heard anything yet
Patrick Bennett
@patrickisgreat
I got mine to work. But I had to commit all work to github and then deploy via Netlify. The /admin is always pulling from the remote instance. That's not an ideal workflow for local development when you're testing a lot of changes.
Frank Calise
@frankcalise
yeah agreed, I have an error in mine but it doesn't display on remote. it's just a generic non-minified react error
Patrick Bennett
@patrickisgreat
Do you see any errors in the console?
Frank Calise
@frankcalise
nothing useful, Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=Fri%20Sep%2027%202019%2019%3A54%3A40%20GMT-0400%20(Eastern%20Daylight%20Time)&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Patrick Bennett
@patrickisgreat
are you using npm or yarn ?
try deleting .cache and public directories and using yarn to do the dependency installation
Local development issue here: netlify/netlify-cms#2335
fairmontcreative
@fairmontcreative

Hey all!! Very new to netlify/VueJS... So I'm working on a build using a netlify template (https://templates.netlify.com/template/awake-blog-template-nuxt/) with the netlify CMS integrated. The template is a nuxtjs build so it's using Vue.

I've been playing around with some things like building basic modules and incorporating them (got it to work), adding a new collection to the CMS (got it to work).
What I'm struggling with right now (likely something basic that's just not clicking) is setting up the module to pull in the content from the CMS side of things.
I can go to the admin pg, create a new entry in the collection, and see the markdown file created in the directory. Just can't for the life of me piece together pulling it into the modules to display the content created by the CMS...

Being new to this I don't know what's helpful to post here to assist with the question so if there's any additional info/code you need to see let me know and I'm happy to post!!

Kanan
@orderr66
Hello There :) Is there any solution for getting fields values in custom widget ? I'm trying to develop linked dropdown fields.
Patrick Bennett
@patrickisgreat
Patrick Bennett
@patrickisgreat
thank you @erquhart https://github.com/ADARTA/gatsby-starter-netlify-cms got me going for the Gatsby starter
fairmontcreative
@fairmontcreative
Anyone able to lend an assist or point me in the direction of a tutorial that works through adding the CMS content to a NuxtJS/Vue module?
Jamie Woodmancy
@jamie29w
hey there, is there a way to drag n drop items within a collection, similar to the list view?
Patrick Bennett
@patrickisgreat
Thanks again @erquhart super slick. I was able to "log into filesystem," and now all my changes to CMS structure are feeding from markdown / yaml updates directly.
Kalin Chernev
@kalinchernev
@fairmontcreative the way you describe it, content is already created, so it's a matter of getting this content and displaying it in the view framework, I'd inspect examples such as https://github.com/nuxt-community/nuxtent-module/tree/master/examples/multiple-content-types
Not familiar with Vue or nuxt, it's the direction of thinking having the fact the CMS has created the content
nolafs
@nolafs
Damn bitbucket, OAuth isn't working for me
This integration is misconfigured. Contact the vendor for assistance.
Kaz Baig
@kbaig
Bitbucket's been having issues past couple days so it might be that
I'm currently having login issues
fairmontcreative
@fairmontcreative
Thanks @kalinchernev I'll give that a look today. Yeah, I've been able to set up the directory for my new content type and I see it both in the CMS UI and the GitHub repo; I just can't grasp the bringing it to the front-end module to be displayed. I'm very new to this system of development but I've got a lot of use cases for it that if I can get the hang of it even in a basic sense will open up a lot of possibilities!
Kazunori Tokuda
@5509

Anyone use "deploy preview links"? I get "View Live" links but can't see "View Previw" and "Check for Preview" links. I also meet requirements but they don't appear my app.

How do I get them? Anyone can see them?

daichi-iwamoto
@daichi-iwamoto
hello.
I want to read and use a markdown file created with "Netlify CMS”.
The template used is “Gatsby”.
Where can I learn how to specify “GraphQL” for each widget?
Kalin Chernev
@kalinchernev
@daichi-iwamoto if you speak about netlifycms's widgets, you don't need graphql, but configurations https://www.netlifycms.org/docs/widgets/
on gatsby's side, you'll need to "source" the markdown files
ZerononcenseMarkets
@ProofofTrade_twitter
Hey wasup guys
I already have my netlify site deployed (news.hash.fail)
But I'm trying to get the netlifycms hooked up w it. Confused. Maybe I'm a dumbass. I humbly accept.
But help would be dope