Hey everyone,
I’ve been experimenting with running some external javascript tools on a local nixos setup, and I ran into a weird issue. I was testing some delta scripts.
The problem is that when I try to run or integrate them into my environment, things sometimes fail silently, or I get cors and mime-type errors. Some scripts work fine when loaded directly from the source, but once I serve them through a local host or proxy, they behave differently.
I’m curious if anyone here has experience handling third-party scripts like this in nixos. Are there best practices for hosting or sandboxing these kinds of scripts to avoid browser or system-level issues? Could this be related to caching, static hosting configurations, or security policies?
Would really appreciate any tips or examples of how you’ve handled similar situations in a nixos environment.