R
Railway6mo ago
T-bot

You need to enable JavaScript to run this app

Can someone help me explain why I am getting this error when I try to reach my API in postman? I am making a post request to the url of the project (so not the public api https://backboard.railway.app/graphql/v2)
6 Replies
Brody
Brody6mo ago
you are making a request to your frontend, you need to make the request to your backend
T-bot
T-bot6mo ago
Thanks Brody, I assumed the backend was automatically deployed as well
Brody
Brody6mo ago
nope you'd need to set that up yourself with two railway services do you have a monorepo?
T-bot
T-bot6mo ago
yes Flowise
Brody
Brody6mo ago
i have no experience with that, so all i can offer you are these links https://docs.railway.app/reference/monorepo#shared-monorepo https://docs.railway.app/guides/monorepo
T-bot
T-bot6mo ago
Alright, I'll dive in. Thanks Brody!