-
Notifications
You must be signed in to change notification settings - Fork 369
NoMethodError at /docs/index.html undefined method `force_encoding' for nil:NilClass #3
Comments
Sorry this isn't working properly, @jlsuttles 😕 This looks like the same problem being discussed in middleman/middleman#1536. If I'm understanding correctly, this was eventually blamed on some issues with case-insensitive filenames on Mac OS, but since we have all the same filenames we had before and indeed the symptoms are slightly different here I think a similar but different problem applies here. Are you using Docker for Mac there? The big difference between this new website setup and the old is that it uses symlinks to connect the docs from the various repository submodules, so my guess is that the extra Unfortunately I don't have a Mac handy to try this on right now but I'll see if I can get hold of one tomorrow to try to repro this and dig in some more. In the mean time, it might work to run |
@apparentlymart Thanks for looking into this! I am using Docker for Mac. It is not blocking me, so I will close the issue. I just wanted to make sure it wasn't going to be an issue when deploying the docs! |
Just FYI - this is something very similar to what I've been running into as well on my Linux box. If it isn't fixed by that time I will dive in after I'm done with an AWS provider PR I've been working on! |
Thanks @vancluever. @grubernaut also reproed on Linux earlier, so seems like my theory was wrong. I'm trying to get a repro on my machine here. |
@vancluever @apparentlymart I'm reproducing on a Linux box (running in a virtual box), as part of cloudfoundry-community/terraform-provider-cloudfoundry#142 (comment) Not sure if this could be related but in http://127.0.0.1:4567/__middleman/config/ I have
|
hi @apparentlymart , I also encountered the same issue on my local Docker for Mac when accessing |
I have it on |
* fix merge conflict * get basic client side w/ context working * try to add analytics event * cleanup from other middleware based approach * add loading implementation to avoid layout thrash * move to min width approach * install @hashicorp/react-standalone-link * fix images * implements result track calls * import React * fix casing * fix button theme * convert to min width approach * simplify setup * bump to latest subnav * remove index --------- Co-authored-by: Alex Carpenter <im.alexcarpenter@gmail.com>
I ran
make website
, visited http://localhost:4567, and clicked on the "Docs" link.The text was updated successfully, but these errors were encountered: