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

