List error after moving site
  • Hello,

    We have moved the whole newscoop site and everything works fine but the lists. If I want to add an article to a list I get an error. The same thing happens if I try to create a new list. Can anybody help me?

    Thanks in advance.
  • 3 Comments sorted by
  • I've noticed I get this error when I try to create a playlist: 

     OAuth2 authentication required

    Thanks
  • Vote Up0Vote Down Paweł MikołajczukPaweł Mikołajczuk
    Posts: 72Member, Sourcefabric Team
    Hey, 

    sounds like your new server provider removes Authorization headers when request is passed to Newscoop.

    Try to allow it with htaccess 
    RewriteEngine On
    RewriteCond %{HTTP:Authorization} ^(.*)
    RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]

  • Great!! It worked!!

    Thanks a lot.
    Post edited by Jose Corbalan at 2018-07-10 06:07:36