Giulio Ganci
Giulio Ganci
I have the same problem with version 5.2.0 and affect the app randomly.
Hello! Not receiving the correct message and http status code makes it difficult for the frontend to interpret the error. For now on the frontend I check if the token...
I wrote this code as a workaround: ```php add_filter( 'graphql_object_visibility', function ( $visibility, $model_name, $data ) { if ( $visibility === 'restricted' && $model_name === 'PostObject' && isset( $_SERVER['HTTP_X_WP_POST_PASSWORD'] )...
Maybe, a specific version of the Instant Client may be shipped with application package if it does not impact on the size.
Hello, I'm facing the same issue. I made an example on stackblitz to reproduce the problem: https://stackblitz.com/edit/angular-ivy-6yr6hs?file=src/app/app.component.ts When a network error occurs the apollo-angular observable wrapper get into an error...