There was an error deploying from source.
suzheng
PROOP

9 months ago

I tried to deploy from source, but got message of "There was an error deploying from source", but I could not find any more information about the error, what error it is? how can I solve it?

Solved

4 Replies

brody
EMPLOYEE

9 months ago

Hello,

I'm seeing recent, albeit crashed deployments, can I assume this is no longer an issue?


Status changed to Awaiting User Response Railway 9 months ago


suzheng
PROOP

9 months ago

the old one was solved by subscribing to a paid plan. But then I got another error "There was an error deploying from source." in the same project, when I was trying to deploy my frontend. My backend worked well, but frontend raise that error again.


Status changed to Awaiting Railway Response Railway 9 months ago


brody
EMPLOYEE

9 months ago

You have type errors -

t/no-unused-vars
25:3  Error: 'workflowHistoryApi' is defined but never used.  @typescript-eslint/no-unused-vars
29:3  Error: 'WorkflowInfoGetDataAPI' is defined but never used.  @typescript-eslint/no-unused-vars
30:3  Error: 'WorkflowRunResponseAPI' is defined but never used.  @typescript-eslint/no-unused-vars
45:29  Error: Unexpected any. Specify a different type.  @typescript-eslint/no-explicit-any
132:73  Error: 'logging_message' is defined but never used.  @typescript-eslint/no-unused-vars
231:14  Error: 'error' is defined but never used.  @typescript-eslint/no-unused-vars
261:59  Error: Unexpected any. Specify a different type.  @typescript-eslint/no-explicit-any
299:14  Error: 'error' is defined but never used.  @typescript-eslint/no-unused-vars
336:14  Error: 'error' is defined but never used.  @typescript-eslint/no-unused-vars
365:14  Error: 'error' is defined but never used.  @typescript-eslint/no-unused-vars
384:14  Error: 'error' is defined but never used.  @typescript-eslint/no-unused-vars
434:28  Error: '_' is assigned a value but never used.  @typescript-eslint/no-unused-vars
435:28  Error: '__' is assigned a value but never used.  @typescript-eslint/no-unused-vars
482:28  Error: '_' is assigned a value but never used.  @typescript-eslint/no-unused-vars

./src/test-utils/mockAxios.ts
1:8  Error: 'axios' is defined but never used.  @typescript-eslint/no-unused-vars

./src/types/workflow.ts
11:11  Error: Unexpected any. Specify a different type.  @typescript-eslint/no-explicit-any

info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/app/api-reference/config/eslint#disabling-rules

Status changed to Awaiting User Response Railway 9 months ago


suzheng
PROOP

9 months ago

Thank you, it was solved.


Status changed to Awaiting Railway Response Railway 9 months ago


Status changed to Solved angelo-railway 9 months ago


Loading...