0 Replies
a month 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?
we only use xampp for localhost
a month ago
what kind of webapp
a month ago
a screenshot of your top level file structure would be super helpful, just like the root files
a month 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 month 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 month ago
here's the detection requirements for python apps:
a month ago
oh right sorry im tripping
a month ago
that burger blinded me
a month 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 month ago
maybe the permissions you have on the repo isn't good enough, ill go ask about what permissions specifically are required
a month ago
np
a month 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
a month ago
alright thank you
a month 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?

