3commascapital
HOBBYOP
8 months ago
for some reason, when i load this staging site i get 500s in the console, due to what appears to be a postgres error. i have checked the postgres instance and it's memory alone has more than the 8mb that it is claiming it has no space for.
https://bridge-routing-staging.up.railway.app/#/onboard
is this page being routed to some expired postgres instance possibly?
5 Replies
an example of the error that is returned (when you open the network tab)
{
"error": "select network.chain_id, token.provided_id, token.decimals, token.symbol, token.name, token.token_id, image.image_hash, image.ext, image.mode, image.uri from \"list_token\" full outer join \"image\" on \"image\".\"image_hash\" = \"list_token\".\"image_hash\" inner join \"token\" on \"token\".\"token_id\" = \"list_token\".\"token_id\" inner join \"network\" on \"network\".\"network_id\" = \"token\".\"network_id\" where \"list_token\".\"list_id\" = $1 - could not resize shared memory segment \"/PostgreSQL.1922181335\" to 4194304 bytes: No space left on device"
}brody
EMPLOYEE
8 months ago
Hello,
Please see our docs on this topic -
brody
EMPLOYEE
8 months ago
!s
Status changed to Solved brody • 8 months ago