12 days ago
Unable to deploy. Build is stuck on 'build' for 15 mins. No errors.
3 Replies
10 days ago
Hi there,
This looks like an application level issue - could you please check your build logs and try to debug from there?
Attachments
Status changed to Awaiting User Response Railway • 10 days ago
10 days ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open chandrika • 10 days ago
6 days ago
This is a typescript error that is saying you are trying to use a property that isn't actually defined on that type. The 'backgroundColor' property does not exist on AccountListItemProps type. Here is typescript documentation that can help understand this more https://www.typescriptlang.org/docs/handbook/advanced-types.html#type-guards-and-differentiating-types
6 days ago
If you can drop the part where the error shows up or link your GitHub repo I can take a look and let you know exactly what to change