gravgor
gravgor
RRailway
Created by gravgor on 10/17/2024 in #✋|help
Migrating data from development postgress to production postgress
Is this possible?
6 replies
RRailway
Created by gravgor on 4/28/2023 in #✋|help
Gin & Memcached memory
Hi, how can I run on Railway "memcached store" if there is already a service of my api running on one of the ports suggested by railway. I can't run memcache through it, code for context. Now I tried to use the port suggested but it is known that it will be rejected, because the memcache service will not run on such a port. What is the solution for this?
var mc *memcache.Client

func init() {
mc = memcache.New("localhost:11211")
}
var mc *memcache.Client

func init() {
mc = memcache.New("localhost:11211")
}
33 replies
RRailway
Created by gravgor on 3/29/2023 in #✋|help
Svelte build throwing Server Error on railway
Hello. I recently pushed Svelte App to railway, but app still throwing a server error though it deployed normally before. Git repo link: https://github.com/Gravgor/properties-svelte
8 replies
RRailway
Created by gravgor on 3/29/2023 in #✋|help
Postgress Database url
Is there somewhere in postgress url to copy? Because i need it in prisma.
5 replies
RRailway
Created by gravgor on 3/14/2023 in #✋|help
Weird behvaior NEXT.JS app
I just deployed my app on railway, everything working expect next builtin api. When i'm trying to contact api it just redirect me to for example /auth/login - when api should just get post request in background and procced to contact backend which is too deployed on railway. When testing on localhost everything working fine.
9 replies
RRailway
Created by gravgor on 3/9/2023 in #✋|help
Way to get .txt file on railway
Is there any way to have .txt file on railway distributed with my python code. For example. I have python code which web scrapping page for new updates - checking every 5 minutes and sending info to backend. And actually my coode just opening .txt file and comparing last update title with new update title and when title is the same returing print, but when title is new sending to backend. My question is can i get that .txt on railway service next to python file?
13 replies