Davide
Explore posts from serversis DPA automatically signed for all users?
I noticed you finally provide a DPA with SCCs and that makes you suitable to be used in our company. is DPA automatically signed for all users or are there special steps to do it? Couldn't find anything in my dashboard about it
https://railway.app/legal/dpa
9 replies
computations created outside a `createRoot` or `render` will never be disposed
I have an onClick event that updates a store, and immediately after, it reads a derived value that depends on the store value. It works correctly, the derived value updates immediately before reading it, but since the derived state produces JSX, I am getting the above error. If I instead don't produce JSX I don't get the error. Ive been having a hard time understanding what is happening and what that error means in this context. Could somebody help me?
5 replies
Context undefined when called from a function in onClick, but not if called in component
I have a component which has a button that onClick calls a function. That function tries to access a few contexts but they are all undefined. If I try to access the contexts from the caller component they work. Is there a specific reason why this happens? Any workarounds aside from passing down all the contexts to the function every time?
19 replies
Standard Contractual Clauses
Does railway have this? I am about to deploy our backend but our lawyers required we sign SCC with our backend/db providers to be GDPR compliant.
AWS includes something in the registration ToS but I couldn't find anything similar for railway
26 replies
bandwidth alliance
Railway being on GCP, does that mean it's part of the bandwidth alliance If I transfer data from another bandwidth alliance provider to or from railway? For example from backblaze to railway, or from railway to cloudflare CDN?
8 replies
Cloudflare mTLS rule not being applied
I just migrate our services from digitalocean app platform to railway. In digitalocean app platform we had an issue that made impossible to set up mTLS rules for our backend directly from the CF edge. This is from cloudflare's support:
Does railway have the same issue? Is there a way to solve it? From my tests the mTLS rule is still not working even under railway but maybe you guys are able to do something about it?
32 replies