spacemaker13
spacemaker13
RRailway
Created by FierceCat on 8/1/2023 in #✋|help
Deployment Error
Oh.... It's looking promising!
29 replies
RRailway
Created by FierceCat on 8/1/2023 in #✋|help
Deployment Error
Thankfully this is happening in the middle of night for us 😛
29 replies
RRailway
Created by FierceCat on 8/1/2023 in #✋|help
Deployment Error
No worries boss! Appreciate you guys kicking ass
29 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
For authentication
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
I am passing JWT tokens in http-only cookies.
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
I may be wrong.. they may both be same-site... I will give it a shot.
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
I guess I could try it...
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
yea.. that's how I have it, and to my knowledge that won't work under Same-Site
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
Also I'd have to then manage a monorepo in order to have both codebases running in CI/CD.. this seems less than optimal. Is there something I'm missing on having a seperate SPA and backend running on the same domain?
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
So... Do you guys have a recommendation on running them on the same domain? I'm now running into an issue with incognito mode and safari not working due to third-party cookies in CORS... I need to serve them both from the same domain.... sigh.... How is this best achieved since railway is handling the routing? normally I would set up docker and have NGINX sending requests as a reverse proxy in order for both backend and frontend requests to hit the same url, but i'm not sure if this is a great solution for railway.
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
Haha I user the regex expression from the docs of cors() /.borrachopescador.org$/ and I added the actual domain as a string. not sure which one is actually making it work, but i'm not touching it 🤞
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
Thank you for your time. you guys are rockstars
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
boys... I think I got it
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
so i need to first set that string as a regex variable and then use the variable
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
yea.. but it's an environent variable, and it's going to be passed as a string
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
const re = new RegExp("ab+c");
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
hm...
131 replies
RRailway
Created by spacemaker13 on 5/12/2023 in #✋|help
SSL cert not valid?
oh I see what you're saying
131 replies