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
you are making a request to your frontend, you need to make the request to your backend
Thanks Brody, I assumed the backend was automatically deployed as well
nope you'd need to set that up yourself with two railway services
do you have a monorepo?
yes
Flowise
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
Alright, I'll dive in. Thanks Brody!