mitchmac / ServerlessWP

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

Showing 505 error and database related problem 😔 #38

Open raviranjan81 opened 8 months ago

raviranjan81 commented 8 months ago

![Uploading IMG_20231015_110642.jpg…]() i am created db into this Database website and configure as It your youtube vídeo after deployed our wordpress website When I open my website link then It will shoing #505 error 🐞👾 please help me sir

raviranjan81 commented 8 months ago

IMG_20231015_110642

pauloeliass commented 7 months ago

Hi Ravi! Let's try this setting in order to solve this problem:

  1. Go to the serverless.yml file and search for the timeout at line 13
  2. Change the timeout counter from 15 to 60 seconds and save it
  3. Try to access your WordPress site and it should be working just fine!

If the problem persist, let us know!

STRK-ND commented 6 months ago

@pauloeliass As You Mentioned Fix I Tried Same But Still am facing Same Issue, Can You Tell Any Other Fix !!

pauloeliass commented 6 months ago

@pauloeliass As You Mentioned Fix I Tried Same But Still am facing Same Issue, Can You Tell Any Other Fix !!

You also need to ensure that your database is located in a data center that is the closest as possible to your region, otherwise you'll ending up facing the timeout message again.

ex. When I was setting up my database I have noticed that the default database region was located at west US, then I have changed to another that is closer to my region and last but not least, modified the timeout setting

STRK-ND commented 6 months ago

@pauloeliass As You Mentioned Fix I Tried Same But Still am facing Same Issue, Can You Tell Any Other Fix !!

You also need to ensure that your database is located in a data center that is the closest as possible to your region, otherwise you'll ending up facing the timeout message again.

ex. When I was setting up my database I have noticed that the default database region was located at west US, then I have changed to another that is closer to my region and last but not least, modified the timeout setting

I tried But Still getting Same, Mostly I am Getting After Pushing any Data in it.

Anouaraissaoui commented 6 months ago

WordPress database error: [Unsupported collation when new collation is enabled: 'utf8mb4_unicode_520_ci']

https://www.awesomescreenshot.com/image/45206557?key=804450458de444a5d5d82bc9172bb7de

prappo commented 5 months ago

@Anouaraissaoui use password role admin

image