Dominik Woźniak
Dominik Woźniak
Hey @winghouchan @LeandroRibeiroo , did you find a workaround? Looks like my app with `@gorhom/bottom-sheet` has stopped working properly
@winghouchan thanks! I did a react-native downgrade to 0.76 as a workaround
Hey @edodusi thanks for the quick reply! I will try to prepare a repo. I have a suspicion that caching layer connection is the problem but let's wait for confirmation....
hi @edodusi , I have prepared a repository that allows you to reproduce the test scenario - https://github.com/dominikwozniak/next-standalone-storyblok In the README you will find instructions.You can follow the steps to...
Regarding debugging, you can also try adding it to the next config file: ```ts experimental: { middlewarePrefetch: "strict", webpackMemoryOptimizations: true, }, webpack: (config, { isServer }) => { // Add...
Hi @edodusi , do you have any progress?
Hi @edodusi thanks for your update! 🙏 Yes, I think the `cv` doesn't matter much here. I understand your effort and really appreciate it. I wasn’t able to investigate further...
@edodusi I haven’t really tried, to be honest. We assume that content from Storyblok should always be visible to the user, so there’s no rate limiting or caching layer -...
@edodusi thanks will try it out! I'm surprised that, the memory usage stays at a set level and doesn't drop - which would be normal for rate limiting. I'm not...
Hey @edodusi ! I managed to get back to this topic in the meantime. As you noticed, memory consumption slowly decreases after the spike. This used to be a problem...