gabchan
gabchan
RRailway
Created by gabchan on 10/15/2024 in #✋|help
custom domain not available
When adding custom domain, it says its not available. I had hosted it elsewhere before this and have removed the configurations there about 12 hrs ago.
11 replies
RRailway
Created by gabchan on 10/6/2024 in #✋|help
DNS_PROBE_FINISHED_NXDOMAIN error on custom domain
I added a custom domain, at root(@) and whenever I access the domain I get this error. I'm using cloudflare for cname flatenning while the domain provider is GoDaddy.
8 replies
RRailway
Created by gabchan on 10/1/2024 in #✋|help
Hosting static pages on railway?
I'm trying to host a static web pages, the basic html css js thingies. Do I need to connect them to fastapi or something, or there's a better way? 🫠
44 replies
RRailway
Created by gabchan on 7/5/2023 in #✋|help
Credit based plan from rupay(indian card)
Hello, I have been trying to buy credits for hobby plan. I use a RuPay debit in india, and have international ecom on my card. But I face an error "a payment method is required". Am I missing something here?
22 replies
RRailway
Created by gabchan on 2/6/2023 in #✋|help
TypeError on importing excel
Hello, I had a small flask app that reads an excel sheet and sends mails from the data. However, recently the app is unable to read excels. The code:
File "/app/main.py", line 110, in upload_file
excel = request.get_array(field_name='file')
File "/app/main.py", line 110, in upload_file
excel = request.get_array(field_name='file')
The error:
TypeError: 'set' object is not subscriptable
TypeError: 'set' object is not subscriptable
The app works fine on my system, as well as on railway about a month ago.
8 replies