Current deployment is giving a compute time log issue, but I see no way to remedy this

GET /

Status: 500

Request

Started: Jun 26 14:37:48.48 GMT-5
Request ID: bgvlq-1782502668489-c4d4c649473e
Path: /
Host: arpmex.vercel.app
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:151.0) Gecko/20100101 Firefox/151.0
Referer: https://vercel.com/
Received in Cleveland, USA (cle1)
Firewall Allowed

Middleware

200
Execution Duration / Maximum: 28ms / 5m
External APIs
No outgoing requests

Fluid

249 MB
Routed to Washington, D.C., USA (iad1)

Function Invocation

Route: /
Execution Duration / Maximum: 688ms / 5m
External APIs
No outgoing requests

Fluid

322 MB
Response finished in 728ms

Deployment Information

Deployment ID: dpl_APMMqwG8YmvxyRtzoFhnDz5hgWqG
Environment: production
Branch: main
Error [DriverAdapterError]: Your account or project has exceeded the compute time quota. Upgrade your plan to increase limits.
at F.onError (.next/server/chunks/ssr/b3afe099..js:1:18501)
at F.performIO (.next/server/chunks/ssr/b3afe099..js:1:18442)
at async F.queryRaw (.next/server/chunks/ssr/b3afe099..js:1:15077) {
clientVersion: ‘7.5.0’,
digest: ‘3688838073’,
[cause]: [Object]

I expect to be able to remedy this somehow, but it seems I already have a pro account, so I’m not sure what’s going on here. When I click on the deployment and check the deployment url, I can access the site, but no external API’s are being hit, on my custom domain, it seems I can’t access the site at all, and am just getting the “Check logs” page

I was able to finally find a solution to this myself. Be sure to check the integrations. It turns out my issue wasn’t with vercel but with NEON compute time. So having my plan for vercel hosting being scalable didn’t have any effect on the errors. Once I went to settings / integrations, I was able to change my neon plan, fixing the project.