From 9dc83194a95afa4f1b9ea2c0bd46d55c5026e9a7 Mon Sep 17 00:00:00 2001 From: Javier Arias Date: Fri, 26 Apr 2024 11:46:35 +0100 Subject: [PATCH 1/2] Fix #597 --- thoth-api-server/src/graphiql.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/thoth-api-server/src/graphiql.rs b/thoth-api-server/src/graphiql.rs index b4f77587f..506b75b5e 100644 --- a/thoth-api-server/src/graphiql.rs +++ b/thoth-api-server/src/graphiql.rs @@ -137,10 +137,6 @@ pub fn graphiql_source(graphql_endpoint_url: &str) -> String { const fetcher = GraphiQL.createFetcher({{ url: '{graphql_endpoint_url}', method: 'post', - headers: {{ - 'Accept': 'application/json', - 'Content-Type': 'application/json', - }}, }}); const explorerPlugin = GraphiQLPluginExplorer.explorerPlugin(); root.render( From 5396b1822622d858e9574c28a9d86045988d1953 Mon Sep 17 00:00:00 2001 From: Javier Arias Date: Fri, 26 Apr 2024 11:47:44 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc913fd4..af040fccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - [583](https://github.com/thoth-pub/thoth/issues/583) - Add new field, Permanently Withdrawn Date, to Work for Out-of-print or Withdrawn from Sale Works. +### Fixed + - [597](https://github.com/thoth-pub/thoth/issues/597) - Graphiql not working in chrome and safari + ### Changed - [218](https://github.com/thoth-pub/thoth/issues/218) - Make series ISSN optional