CHRIST IS KING
Failed Hobby Plan Payment went through Credit Card
Happy New Year,
Can we team up and look into why payment attempts failed? My credit card indicates that its success.
I’m unable to find my unique account ID understanding that’s a better search criteria aside from email (linked to github).
66 replies
yarnrc.yml deployment
Hi I'm using FontAwesome Pro for projects and ponder about how does Railway map environment variables? I've had no issue when Railway maps environment variables to .env files, not yarnrc.yml (or npmrc) configs, so the new ordeal isn't completely explicit who maps what. The poor alternative top of mind is comitting the .yarnrc.yml file with the token dirctly in the private github repo used in projects.
7 replies
Curious CORS Issue FastAPI/React with TypeScript
I get this "Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure resource '<URL>'. This request has been blocked; the content must be served over HTTPS." error despite specifically fetching endpoints starting with https.
My FastAPI code is set up to allow CORS. I can CURL my endpoints successfully and my website works on mobile (iOS safari), just not on desktop (Google Chrome, Safari, Edge after asking a friend).
There seems to have this odd issue where my requests are made with http on Chrome/Safari despite specifically hard coding https, 200s are sent back, then select desktop browsers see them as a man in the middle attack and block responses.
I've been troubleshooting for the past hours and would like to know if you have experienced this or can lead me to clues?
I've been troubleshooting for the past hours and would like to know if you have experienced this or can lead me to clues?
23 replies