7 months ago
Description: BigCapital (Track Finances & Manage Business Data) Self Host [Oct ’25]
Category: Other
1 Replies
a month ago
I'm getting the following error for BigCapital [Updated Mar ’26]
Application failed to respond
This error appears to be caused by the application.
If this is your project, check out your deploy logs to see what went wrong. Refer to our docs on Fixing Common Errors for help, or reach out over our Help Station.
If you are a visitor, please contact the application owner or try again later.
Request ID:
WcQi4ch-RrekgYvMLPU1MQ
The ai is saying the following
Found it. The server is running but the database tables don't exist. The error is:
Table 'railway.IMPORTS' doesn't exist
The MariaDB database hasn't been initialized with the required schema. BigCapital needs to run database migrations on startup. The server is trying to query tables that don't exist yet.
The issue: The database needs to be initialized. Check if there's a migration or setup command that needs to run. This typically happens automatically on first startup, but it may have failed silently.