Donatien

Results 4 comments of Donatien

Encoutering the exact same on my local server, with ActiveAdmin.

We fixed it on our end by removing the following from `config/application.rb`: ```ruby config.action_dispatch.cookies_same_site_protection = :none config.action_controller.default_protect_from_forgery = false if ENV['RAILS_ENV'] == 'development' ```

`themeprovider-storybook` ([link](https://github.com/semoal/themeprovider-storybook)) could probably be added to the list too.

Experiencing the same issue in my project. This is also true when you implement the `collectUnusedTranslations` script (see below as implemented on my side). ```tsx const { collectUnusedTranslations } =...