contentful / contentful.wyam

Contentful.wyam is a module to the Wyam static site generator allowing you to fetch content from the Contentful API.
5 stars 5 forks source link

Basic Template not working #5

Open rsantosdev opened 6 years ago

rsantosdev commented 6 years ago

I'm tring to follow the tutorial to fetch content from my Contentful account into Wyam, but I get the following error:

image

my config file:

// Preprocessor directives
#n Wyam.Razor
#n Wyam.Markdown
#n -p Contentful.Wyam
#n Wyam.Html
#n Wyam.Less

// Customize your settings and add new ones here
Settings[Keys.Host] = "host.com";

// Body code
Pipelines.Add("Products",
    Contentful("meyKey", "spaceId")
        .WithContentField("body").WithContentType("contentId")
);
Roblinde commented 5 years ago

Hi @rsantosdev

I apologize for missing this issue until now.

If you update your package and rerun the code, do you still run into this issue?

rsantosdev commented 5 years ago

@Roblinde I will do some tests and will let you know