js-lowes
js-lowes
Doesn't work for me. I am experiencing the same problem. The host in my case is a Webpack and the remote is using Vite.
> @js-lowes @ivankorobchuk123 did you find a solution? Unfortunately not, but I have tried vite plugin federation in awhile. Best of luck.
Ran into a similar problem. I discovered the problem might be with the java version. I swapped to JDK 8 and it seems to work. ### Env: - Java ```...
Possible Solution: https://github.com/baztian/jaydebeapi/issues/162#issuecomment-1426289685
I am trying to integrate [`usePrometheus` plugin](https://the-guild.dev/graphql/envelop/plugins/use-prometheus) with apollo server, however the `onParse` lifecycle hook is not being triggered b/c of https://github.com/apollographql/apollo-server/discussions/5541. Do you happen to know of any workarounds...