Deployment stuck on build
strobz
HOBBYOP

5 months ago

Unable to deploy. Build is stuck on 'build' for 15 mins. No errors.

Solved$10 Bounty

3 Replies

chandrika
EMPLOYEE

5 months 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 5 months ago


chandrika
EMPLOYEE

5 months 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 5 months ago


sim
FREE

5 months 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


sim
FREE

5 months 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


Status changed to Solved chandrika 4 months ago


Loading...