cordila
cordila
RRailway
Created by cordila on 7/23/2023 in #✋|help
Billing issue
Hey guys, I just switched to the hobby plan and I was eligible for the waiver, I was trying to reload another $10 to make the switch and I think it worked? I used a prepaid card and it shows pending in the transactions and the website saying invoice raised for 0$ but the 10$ credit is added to my account Also this seems to be a subscription saying it renews every month but that won't change anything for me from how it was before right? I will still get 5$ credit and the differential will be used from my credits
10 replies
RRailway
Created by cordila on 7/10/2023 in #✋|help
Switching to hobby
6 replies
RRailway
Created by cordila on 6/3/2023 in #✋|help
Question regarding pricing changes
Hey, I just wanted to understand this a little better, I am on the developer plan currently and verified. I add credits and use them as and when needed. Will this change mean that I will have to pay 5$ a month (which was previously free credit) and then the credit I used to add?
6 replies
RRailway
Created by cordila on 4/21/2023 in #✋|help
Potential bug with MySQL
Hey guys, I tried creating a few tables in mysql. Here is how I did it. CREATE TABLE users( username VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin, password VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin ); now the problem is that when I try accessing it from the ui in railway it shows me the error:Cannot read properties of undefined (reading 'Column_name') However when I create the same table without the CHARACTER SET utf8 COLLATE utf8_bin, I dont have any issue. I need that to make sure my db is case sensitive.
13 replies
RRailway
Created by cordila on 4/20/2023 in #✋|help
drop table isnt working
Hey, Im trying to drop a table from my sql db using the query tab and it just keeps loading then fails, no error anything...
12 replies
RRailway
Created by cordila on 4/4/2023 in #✋|help
Is SQL supposed to use this much memory?
9 replies
RRailway
Created by cordila on 4/3/2023 in #✋|help
Help running flask app
This is my first time using flask so bear with me... here is my app.py code
import mysql.connector
import logging
from flask import Flask, render_template, request

app = Flask(__name__)
app.logger.setLevel(logging.DEBUG)

@app.route('/')
def home():
return 'Hello, world!'

if __name__ == '__main__':
app.run(host='0.0.0.0', port=8080, debug=True)
import mysql.connector
import logging
from flask import Flask, render_template, request

app = Flask(__name__)
app.logger.setLevel(logging.DEBUG)

@app.route('/')
def home():
return 'Hello, world!'

if __name__ == '__main__':
app.run(host='0.0.0.0', port=8080, debug=True)
Just to test everything out, but when I visit the domain I generated it says 'Application error' Console:
* Serving Flask app 'app' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:8080
* Running on http://xxx.xx.xx:8080
Press CTRL+C to quit
* Restarting with stat
* Debugger is active!
* Debugger PIN: xxx-xxx-xxx
* Serving Flask app 'app' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:8080
* Running on http://xxx.xx.xx:8080
Press CTRL+C to quit
* Restarting with stat
* Debugger is active!
* Debugger PIN: xxx-xxx-xxx
13 replies
RRailway
Created by cordila on 10/25/2022 in #✋|help
Add members to project
Is there a way for me to add a member to the project so he can just restart it etc? I dont want him to be able to view the env variables or edit anything else, just be able to redeploy/restart
3 replies
RRailway
Created by cordila on 9/24/2022 in #✋|help
Logs are very delayed
Hey! Logs from my discord bot are highly delayed on railway. They take upto 20-30 seconds to appear. Can this be fixed?
39 replies
RRailway
Created by cordila on 9/20/2022 in #✋|help
High latency, discord bot
15 replies
RRailway
Created by cordila on 9/20/2022 in #✋|help
Prepaid card to purchase credits
Could someone link where they purchased their card to buy credits on Railway? I dont want to end up purchasing a card which doesnt end up working. Maybe the team could confirm if they know any cards which they have used to confirm works.
23 replies
RRailway
Created by cordila on 9/19/2022 in #✋|help
Server Location
Hey if I understand correctly, railway is internally hosted on GCP us-west. Would it be better if I have my mongodb (Not planning on getting it through railway rather independently) on AWS us-west or have it on GCP us-central?
3 replies
RRailway
Created by cordila on 9/7/2022 in #✋|help
Understanding pricing
5 replies