mitchmac / ServerlessWP

Host WordPress sites on Vercel, Netlify, or AWS Lambda
GNU General Public License v3.0
240 stars 85 forks source link

Database Connection Error #39

Open srivatsam opened 8 months ago

srivatsam commented 8 months ago

I followed same steps from the video, setup db on PlanetScale but shows the error.

Screenshot 2023-10-25 at 6 07 13 PM

pauloeliass commented 7 months ago

I have faced the same issue and this is what I did to solve it:

  1. Delete the app on vercel and deploy it again from ServerlessWP README page
  2. Go to the serverless.yml file and modify the timeout counter at line 13 from 15 to 60 seconds
  3. Try to access your WordPress site and voilà! Now it should be working again
Shashankphatkure commented 5 months ago

or else try to check the environment settings like dbname, password, username and host again in environment setting in vercel / netlify and then redeploy it