6 months ago
Anyone is good at Networking ! i'm really having an issue with my wordpress website hosted on railway , it's amazingly slow and annoying ! plus the redirections are not working ! please help ! this is been 3 days i've been seeking for help and support and willing to pay , but no one answers until i've already found a solution myself and i don't even know if it's best practice !
17 Replies
can i at least get the privilege to have a private support conversation for i am paying ?! or is it too much asking and i need to keep begging for help ???
I don't think there is a support included in the price, can you give us a bit more information?
Do you access the db via the internal network?
Are the metrics ok?
Do you see any timeout in the logs?
Well i deff read this line before going for the pro plan ! and so far i'm gonna end up fired because i proposed my company to switch to railway for this very poor migration
@Pro Plan - This role is for any member of a Team building their awesome product on Railway. Company? We help you with migrations from cloud platforms of varying sorts.
-I do access the DB , my first project is a wordpress website we used to use namecheap+easyWP, but we want to evolve to better control to scale the project and do more webapps
-the mettrics loooks good
-the website works under www , but the redirect times out
i'm ready to share more informations but i cannot do that in public , i need some privacy
redirect to what? without www? with or without http? in the past I had some issues when the ingress was on https and the service was on http, can you try adding this to your wp-config?
if($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https'){
$_SERVER['HTTPS'] = 'on';
$_SERVER['SERVER_PORT'] = 443;
}about the support, what I meant is that this issue seems an app issue, not an infra issue, I let the team reply but I doubt that in the price there is support on fixing issue in the app….in any case, enable the wpdebug and the wpdebug_log, check if there are logs in the debug.log file
6 months ago
I’ve sent you this docs link before, I’ll send it again. https://docs.railway.com/reference/support
6 months ago
Read that^ it will tell you exactly how to get a private thread with the team
the docs is creating me conflicts , unless i have someone in Networking helping me do a full migration !
6 months ago
Clearly you haven’t, as you’re not posting on the Central Station
6 months ago
if you want direct private support from the team, that’s where you need to go.
open something in central station but try the snippet code I've posted above, that might fix the timeout
6 months ago
can you show some logs? are you opening the website with the railway url or with the real domain? is the domain you are using the one set in the db?