Issues with Scoopwriter and Newscoop in general
  • Hey there,

    I'm trying to use the latest release of Newscoop, I've encountered several errors but there are two I can't figure out how to solve,

    First and most important for me is, when I install the Scoopwriter plugin, I can see the editor but can't see the news content or the title. In the console it gave me an error I can't remember and I tracked it down and it seems like backend doesn't return "ArticleTypes". I've made it return 


    'news' => [
    'title' => [
    'name' => 'title',
    'displayName' => 'Title',
    'order' => 2
    ]
    ]
    With this, I can see the title but I can't add or edit the post content.

    Second is, I get blank page when I try to access my "alias".

    Thanks in advance.