a year ago
(no markdown available for this content)
30 Replies
a year ago
Railpack works by looking at your application's structure and files to get hints of what kind of app it is and therefore how to build the app, this error shows that Railpack couldn't figure out what kind of app you have and therefore have no idea how to build the app
If you have a normal app with a weird structure then you could use a Dockerfile to tell Railway how to build your app, otherwise if you have a normal app then it's possible your file structure prevents Railpack from understanding how to build your app in which case you can fix whatever that may be
Can you provide details into what kind of app you're running?
a year ago
what kind of webapp
a year ago
a screenshot of your top level file structure would be super helpful, just like the root files
a year ago
imma eat my burger rq ill check back here in a few minutes
@Fragly sorry for the mention but can u deploy a repository from other person, tho, we're working as a team
a year ago
yea, but it requires that either:
- the repository is public
- or you have permission to the repo AND have configured Railway to have access to the repo (if access is through an org or something)
a year ago
here's the detection requirements for python apps:
a year ago
oh right sorry im tripping
a year ago
that burger blinded me
a year ago
i just tested it and I am able to deploy repos that doesnt belong to my account but from which i have access to
a year ago
maybe the permissions you have on the repo isn't good enough, ill go ask about what permissions specifically are required
a year ago
np
a year ago
sorry for the delay, do you see any repos at all or is it just that particular repo missing?
but the repo we've been working is not visible at alll because it is from my teammate acc
10 months ago
alright thank you
10 months ago
It seems the required perms are unclear but a team member did come to the same conclusion that it's likely you don't have enough permissions, can you ask the owner of the other repo to give you higher permissions?

