#Do things on .up.railway.app get crawled by Google
48 messages · Page 1 of 1 (latest)
Project ID: N/A
yes
Thank you for marking this question as solved!
good job team
ty lads. lol
Followup question?
so... this is super strange
if you goto:
the channel contents doesn't load, and actions (like form posts) are not working
but...
if you goto https://eu.wikid.app/c/wikid/-chit-chat
I think it has something to do with how I've modified the loadbalancer but I can't figure out why it would affect this
in such a way
so it seems like it can do a HTTP Get, but can't do a HTTP form post
im not seeing any errors anywhere?
let me see if I can add more logging
ok so strange thing:
if I change the origin pool to this, a railway domain
it works
if I change it to eu.wikid.app, form posts stop working. HTTP gets work fine
gonna see if I can find some error logged anywhere
can you specify https:// with your custom domain?
dont set it on the header, https:// is not part of a header
try it
gotcha
then are you sure you are making your post requests with https in your apps code?
yeah!
oh thats good idea, you dont wanna do a double proxy
sounds very possible
ty brody, working great now