cordila
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
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
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
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