mitchmac / ServerlessWP

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

After creating the website it is giving a blank screen #10

Closed ghost closed 11 months ago

ghost commented 5 years ago

Every thing has finished and it gave this output: ########################## Service Information service: serverlesswp stage: dev region: us-east-1 stack: serverlesswp-dev api keys: None endpoints: ANY - https://51d****r0.execute-api.us-east-1.amazonaws.com/dev/ ANY - https://51d****0.execute-api.us-east-1.amazonaws.com/dev/{proxy+} GET - https://51d****0.execute-api.us-east-1.amazonaws.com/dev/serverlesswp-crawl GET - https://51d****0.execute-api.us-east-1.amazonaws.com/dev/serverlesswp-dbwake functions: index: serverlesswp-dev-index basicAuth: serverlesswp-dev-basicAuth staticGenerator: serverlesswp-dev-staticGenerator staticGeneratorEndpoint: serverlesswp-dev-staticGeneratorEndpoint dbwake: serverlesswp-dev-dbwake dbsleep: serverlesswp-dev-dbsleep ###################

But when I visit the backend i.e https://51d****0.execute-api.us-east-1.amazonaws.com/dev/ it gives a blank screen.

Why? why? why? why?......

mitchmac commented 5 years ago

@Tropyl Please check your CloudWatch logs and report if you see anything. One possible issue could be with the php binary's execution on the Lambda. I believe I have had to run chmod +x bin/php-cgi and then redeploy the file via serverless deploy

ghost commented 5 years ago

Sorry to say but I have tried a lot but I cannot make it work can you please make a video tutorial on this please. I cannot make this work. Every time it gives a blank screen.

mitchmac commented 11 months ago

The project has been totally refactored so this issue is no longer relevant.