Oren
Oren
Explore posts from servers
CDCloudflare Developers
Created by NeoPrint3D on 6/2/2024 in #pages-help
How to have www.example.com redirect to example.com
site -> rules -> redirect rules -> create hostname equals www.yourdomain.com then dynamic concat("https://yourdomain.com", http.request.uri.path) status code 301 deploy
4 replies
CDCloudflare Developers
Created by Oren on 3/2/2024 in #pages-help
Is it possible to use cloudflare for SaaS with cloudflare pages site?
got it thanks again Chaika!
15 replies
CDCloudflare Developers
Created by Oren on 3/2/2024 in #pages-help
Is it possible to use cloudflare for SaaS with cloudflare pages site?
@Chaika thanks for the answer! I'm planning to create a blog platform which should allow my customers to add their custom domains so I serve their blog on customer1.myblogsaas.com and they should be able to cname their customer1.com domain to this subdomain and get ssl issued for them is this scenario still possible with the solution you mentioned without customers having to point their custom domains to cloudflare first?
15 replies
CDCloudflare Developers
Created by AngusMorton on 3/1/2024 in #pages-help
Smart Placement is unpredictably applied across deployments
up ^
3 replies
RRailway
Created by MaTTHD on 1/2/2024 in #✋|help
Caddy with NextJS app running pages router.
I had the same problem but it got away in 2 minutes, problem was the deployment was marked as finished but actually build was finished and I could see nextjs was building pages under observability logs, once that was done it worked great
5 replies
RRailway
Created by Jolo- on 12/15/2023 in #✋|help
I cannot see my project dashboard any more.
20 replies
RRailway
Created by Jolo- on 12/15/2023 in #✋|help
I cannot see my project dashboard any more.
same for me started 5 minutes ago
20 replies
RRailway
Created by Oren on 11/23/2023 in #✋|help
New postgres db volume size is 500mb on hobby plan
just noticed this happens only when I create a blank project and then deploy postgres but doesn't happen when I create the project with postgres directly so seems like a bug
17 replies
RRailway
Created by Oren on 11/23/2023 in #✋|help
New postgres db volume size is 500mb on hobby plan
48059f2a-3780-42fb-8a11-6b67112d96ea
17 replies
RRailway
Created by dwaynemac on 10/11/2023 in #✋|help
cant deploy Postgres S3 Backup template
added @dwaynemac
101 replies
RRailway
Created by dwaynemac on 10/11/2023 in #✋|help
cant deploy Postgres S3 Backup template
this is my slightly modified template https://github.com/orenaksakal/backup-cron-railway one time backup script which you can set to run through railway cronjob to run for cost optimization (almost 0 cost). Also you can name your backups like db name so its easier to distinguish if you hold multiple db backups at the same bucket
101 replies
RRailway
Created by Oren on 11/15/2023 in #✋|help
Node lts support
@jeremy yes I'm already specifying the engines.node field in package.json but the problem is railway/nixpacks supports v20.6.1 as highest version today which is not lts, would be nice to bump this to 20.9.0 aka latest lts
8 replies
RRailway
Created by Oren on 11/15/2023 in #✋|help
Node lts support
63395696-9942-498c-b3e6-8f00f515718f
8 replies
RRailway
Created by Terif on 11/14/2023 in #✋|help
Deploy a nextjs app to railway??
no its just a boilerplate I've built, shared for you to see what works in that stack on railway (everything)
13 replies
RRailway
Created by Terif on 11/14/2023 in #✋|help
Deploy a nextjs app to railway??
yeap my app uses app router, api routes, server components and server actions without any problems you can see the whole stack at https://nextedgestarter.com
13 replies