Does fly do any processing of responses between my server and the browser?

I’m getting React Hydration warnings only in production on fly and I think it’s because fly is changing the HTML. Here’s an example:

What fly sends:

Well, you're in the right place.

What my code says:

Well, you're in the right place.

When my React hydrates, it changes from the ' to ' which triggers the warnings (I think this may actually be causing UX issues as well, but I won’t know for sure until I’ve fixed this first).

I’ve also got an inline script that is being minified and I think Fly may be doing that as well, but I’m not certain.

NOTE: This is just a shot in the dark. An acceptable answer is definitely: “Nope, sorry kid, we don’t do anything like that. Good luck on your search!” :sweat_smile:

After further investigation, this appears to be very normal React behavior and should not lead to the warnings I’m experiencing.

Carry on!