10 months ago
Service deployment initiated
β³ Waiting for deployment to stabilize...
π Current deployment status: unknown
π Creating public domain for deployed service...
π Creating public domain for service via REST API
π Project ID: 988955f1-b574-4294-bd80-af1ee9fd5943
π Service ID: 76227996-b3f3-495f-bb5a-658477b1c2f1
π REST API endpoint: https://backboard.railway.app/v2/projects/988955f1-b574-4294-bd80-af1ee9fd5943/services/76227996-b3f3-495f-bb5a-658477b1c2f1/domains
π Request payload: { port: 5678 }
π REST API response status: 404
π REST API response headers: {
'access-control-allow-credentials': 'true',
'access-control-allow-origin': 'https://railway.app',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '96c18d474e33ae44-GRU',
connection: 'keep-alive',
'content-length': '9',
'content-type': 'text/plain; charset=utf-8',
date: 'Fri, 08 Aug 2025 19:52:02 GMT',
server: 'cloudflare',
vary: 'Origin, Accept-Encoding',
via: '1.1 google',
'x-ratelimit-limit': '10000',
'x-ratelimit-remaining': '9943',
'x-ratelimit-reset': '2025-08-08T20:44:00.138Z'
}
REST API ERROR: 404 Not Found
Error body: Not Found
π Checking for existing domains...
π Checking existing domains for service: 76227996-b3f3-495f-bb5a-658477b1c2f1
β Could not list domains: 404
π Trying GraphQL fallback...
π Using Railway GraphQL to force domain creation
Failed to get environment ID: Error: No environments found for service
at RailwayCloudflareBypass.getDefaultEnvironmentId (src/lib/railway-bypass.ts:537:12)
at async RailwayCloudflareBypass.createServiceDomainGraphQL (src/lib/railway-bypass.ts:731:27)
at async RailwayCloudflareBypass.createServiceDomain (src/lib/railway-bypass.ts:667:13)
at async RailwayCloudflareBypass.createProjectWithBypass (src/lib/railway-bypass.ts:125:23)
at async RailwayClient.createInstance (src/lib/railway-client.ts:145:25)
at async POST (src/app/api/n8n/instances/route.ts:283:25)
535 | }
536 |
> 537 | throw new Error('No environments found for service');
| ^
538 |
539 | } catch (error) {
540 | console.error(' Failed to get environment ID:', error);
GraphQL domain creation failed: Error: No environments found for service
at RailwayCloudflareBypass.getDefaultEnvironmentId (src/lib/railway-bypass.ts:537:12)
at async RailwayCloudflareBypass.createServiceDomainGraphQL (src/lib/railway-bypass.ts:731:27)
at async RailwayCloudflareBypass.createServiceDomain (src/lib/railway-bypass.ts:667:13)
at async RailwayCloudflareBypass.createProjectWithBypass (src/lib/railway-bypass.ts:125:23)
at async RailwayClient.createInstance (src/lib/railway-client.ts:145:25)
at async POST (src/app/api/n8n/instances/route.ts:283:25)
535 | }
536 |
> 537 | throw new Error('No environments found for service');
| ^
538 |
539 | } catch (error) {
540 | console.error(' Failed to get environment ID:', error);
β Could not create public domain via REST API
π Getting deployment URL from Railway...
π Getting service deployment URL for: 76227996-b3f3-495f-bb5a-658477b1c2f1
π Service deployment response: {
"data": {
"service": {
"id": "76227996-b3f3-495f-bb5a-658477b1c2f1",
"name": "n8n",
"deployments": {
"edges": [
{
"node": {
"id": "8fc9ec8f-7503-49f5-9426-30b4bd26ddc1",
"status": "SUCCESS",
"url": null,
"staticUrl": null
}
}
]
}
}
}
}
β No deployment URLs found yet
β³ Waiting for deployment URL... (attempt 1/8)
π Getting service deployment URL for: 76227996-b3f3-495f-bb5a-658477b1c2f1
π Service deployment response: {
"data": {
"service": {
"id": "76227996-b3f3-495f-bb5a-658477b1c2f1",
"name": "n8n",
"deployments": {
"edges": [
{
"node": {
"id": "8fc9ec8f-7503-49f5-9426-30b4bd26ddc1",
"status": "SUCCESS",
"url": null,
"staticUrl": null
}
}
]
}
}
}
}
β No deployment URLs found yet
β³ Waiting for deployment URL... (attempt 2/8)
^C
leonhatori@Leons-MacBook-Pro lawcode.cc %
2 Replies
10 months ago
Hey there! We've found the following might help you get unblocked faster:
- π§΅ Next JS API routes returning 404
- π§΅ Deploy Error - Cant update env... to solve urgent problem
- π§΅ Google Drive API OAuth Redirect Issue on n8n
If you find the answer from one of these, please let us know by solving the thread!
10 months ago
Apologies but this looks like an issue with the application level code. Due to volume, we can only answer platform level issues.
I've made this thread public so that the community might be able to help with you query.
Status changed to Awaiting User Response Railway β’ 10 months ago