joel1st
joel1st
I have tried running the demo with `docker run --rm -it -p 8234-8240:8234-8240 namecheap/ilc-demo-apps` and then navigating to `http://127.0.0.1:8234/`. The wrapper loads, but when I click "Mount actual app" nothing...
Hey @nightnei thanks for the response :) Following those instructions, I am getting this screen:  In the ILC logs the only error I get is this: ``` [ilc] {"level":50,"time":1653086529864,"pid":9867,"hostname":"joel-G5-5500","type":"FragmentError","message":"Non-primary...
@nightnei That fixed it, (I was just following your steps above). Thanks. We should be doing a proof of concept in the next few weeks. If we get next.js working...
Hey @daybrush - yes I will give this a go tomorrow and let you know if it works. Is there any chance you can consider the second part of this...
This would be useful when incorporating RTKQuery into an existing codebase with some existing imperative fetching logic. Looking forward to this being merged :)
Another potential use case: With projects like Next.js - during SSR we may want to use cached API responses for endpoints that have largely static payloads. At the moment, if...
oo cool idea, I'll see what I can do :)
Can confirm that disabling `` resolves the issue. Likely the mount/remount behaviour causing the issue.
We've seen the same issue: Connectivity inside of the docker network is stable, but there is intermittent connectivity for a period of time after deploying/updating a stack or service when...
Will be interesting to see if that PR fixes the issues we are seeing. Combining port `mode: host` with deploy `mode: global` means that the port is exposed on all...