Félix Bayart

Results 6 comments of Félix Bayart

Hi @pantharshit00, thanks for your help :) The related datamodel part is : ```graphql enum ReviewAnalysisStatusType { INITIAL PENDING DONE } type Review { id: ID! @unique key: String! @unique...

Hey there, any update on this ? Cheers ;)

In my case, using `experimentalStudio: true` in my e2e config was the issue. ```js defineConfig({ e2e: { baseUrl: "http://localhost:3000", experimentalStudio: true, //

I run into the same problem :) !