Scott Goci
Scott Goci
After debugging more, I seemed to have narrowed it down to the following: - If I use `"react": "17.0.2",` / `"react-dom": "17.0.2"` the demo above works in mobile - If...
cc @wendygaoyuan @xiaochunjimmy -- any thoughts on this?
@sl0thentr0py I think we're running into this too -- our stack looks like the following: - `rails (7.0.5)` - `puma (6.2.2)` - `skylight (5.3.4)` - `sentry-rails (5.9.0)` - `sentry-ruby (5.9.0)`...
Update: When we disable Skylight's `process_middleware.action_dispatch` Normalizer (e.g. https://github.com/skylightio/skylight-ruby/blob/master/lib/skylight/normalizers/action_dispatch/process_middleware.rb) it looks like the logs calm down, but I couldn't trace any further than that. Something with what the instrumenter is...
@sl0thentr0py something to note, but after diving in deeper, I believe it is indeed because Skylight opts into the `process_middleware.action_dispatch` event, which makes the trace run longer, [perhaps above the...
+1 to this, we ran into this on a production site as well, and similarly couldn't find an easy solution to add in `purgeOnQuotaError` and / or `maxAgeSeconds` without writing...
@micke Just a poke here, let me know what you think on this.
~~@lukasholzer @ascorbic One thing to note, the [docs](https://github.com/netlify/next-runtime/blob/main/docs/redirects-rewrites.md#using-_rewrites-and-_headers-files) mention a `_rewrites` and `_headers` should be moved to the `/public` folder, but it doesn't mention `_redirects` (potentially just a brain fart...
Small bump here @micke -- Let me know what you think!
@micke You'll need to outline your potential solution more, and perhaps I can refactor this to support that, as I'm not quite sure what you mean. E.g. if we want...