I'm seeing following error running Compose for Des...
# confetti
j
I'm seeing following error running Compose for Desktop client...I'll dig deeper but just in case anyone has come across it
m
That's the response from the network, right?
j
yeah, I believe so....bit more of stack
Copy code
Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: No response registered for operation GetConferenceDataQuery(first=com.apollographql.apollo3.api.Optional$Absent@6c71ffb2, after=com.apollographql.apollo3.api.Optional$Absent@6c71ffb2)
	at com.apollographql.apollo3.testing.MapTestNetworkTransport.execute(TestNetworkTransport.kt:73)
	at com.apollographql.apollo3.interceptor.NetworkInterceptor.intercept(NetworkInterceptor.kt:22)
	at com.apollographql.apollo3.interceptor.DefaultInterceptorChain.proceed(ApolloInterceptor.kt:23)
hmm, just noticed
testing.MapTestNetworkTransport
m
Ah, mmm that's a test so no network I believe
no "real" network
j
hmm, maybe something up with JVM config we have....
.networkTransport(MapTestNetworkTransport().
in
KoinJVM.kt
Is that used for the Desktop app too? I wonder how come it ever worked now 🤔
j
That change was made in May so could be we haven't tested Compose Desktop client since then
m
Makes sense 👍
So I guess I need to configure di differently for tests vs main
Let me see if I can fix this