Davide
Davide
Explore posts from servers
RRailway
Created by Davide on 7/13/2024 in #✋|help
is 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
RRailway
Created by Davide on 1/17/2024 in #✋|help
Why am I on the free plan if I am paying for PRO plan?
No description
15 replies
SSolidJS
Created by Davide on 10/6/2023 in #support
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
SSolidJS
Created by Davide on 9/28/2023 in #support
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
RRailway
Created by Davide on 8/1/2023 in #✋|help
I keep getting this email ever few days even though I am already on the hobby plan
9 replies
RRailway
Created by Davide on 7/23/2023 in #✋|help
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
RRailway
Created by Davide on 6/26/2023 in #✋|help
Why does the container show success even though it failed to start?
7 replies
RRailway
Created by Davide on 5/8/2023 in #✋|help
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
RRailway
Created by Davide on 5/1/2023 in #✋|help
Questions about the service
11 replies
RRailway
Created by Davide on 4/13/2023 in #✋|help
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:
Sorry that I overlooked this earlier, but it seems that the issue we're looking here is due to (OUR DOMAIN) being delegated to DigitalOcean App Platform (DIGITALOCEAN APP PLATFORM DOMAIN) which also using Cloudflare.
In this configuration, DigitalOcean's Cloudflare configuration will be used instead of your domain's.
Sorry that I overlooked this earlier, but it seems that the issue we're looking here is due to (OUR DOMAIN) being delegated to DigitalOcean App Platform (DIGITALOCEAN APP PLATFORM DOMAIN) which also using Cloudflare.
In this configuration, DigitalOcean's Cloudflare configuration will be used instead of your domain's.
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
SSolidJS
Created by Davide on 12/9/2022 in #support
Solid Router Layouts
What is the correct way to handle layouts in solid router? I was thinking of something similar to sveltekit, but I can't find anything about it
4 replies