OpenEnergyPlatform / oeplatform

Repository for the code of the Open Energy Platform (OEP) website. The OEP provides an interface to the Open Energy Family
http://openenergyplatform.org/
GNU Affero General Public License v3.0
61 stars 19 forks source link

Scenario Bundle: Filter option on overview page results in error #1544

Closed jh-RLI closed 7 months ago

jh-RLI commented 8 months ago

Description of the issue

image

Steps to Reproduce

  1. Scenario Bundles -> Overview aka main page
  2. Open Filter dialog
  3. Submit

Ideas of solution

??? Possibly related to permissions

Context and Environment

Workflow checklist

adelmemariani commented 8 months ago

The error was related to CSRFToken. I added the following to the API call.

{ headers: { 'X-CSRFToken': CSRFToken() } }