I found the problem, And I will answer my own question because maybe 
someone could be with the same problem...


I tried to deploy after this error and do some changes, but I was after 
that this error:



gcloud app deploy --promote

File upload done. Updating service [default]...failed. ERROR: 
(gcloud.app.deploy) Error Response: [9] Cloud build 
bfe8bf5b-8368-4db6-a64e-8272d269ed76 status: FAILURE. Build error details: 
{"error":{"errorType":"BuildError", 
"canonicalCode":"INVALID_ARGUMENT","errorId":"19241AD3","errorMessage":"INFO 
FTL version php-v0.17.0\nINFO Beginning FTL build for php\...... ''' ''' '' 
\"url\": 
\"https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7ae.
 Check the build log for errors: 
https://console.cloud.google.com/gcr/builds/bfe8bf5b-8368-4db6-a64e-8272d269ed76?project=242083926926

 


I read this message:

"errorMessage":"INFO     FTL version php-v0.17.0\nINFO     Beginning FTL build 
for php\

So I tried to do a *composer update*, and run *php artisan serve*, and in 
both cases the same error:

In Finder.php line 602:

  The "" directory does not exist.  

So, I thought to take a look into my /*config *folder, and to my surprise 
this folder disappears!

therefor, I needed to recreate the folder with all files and run again 
*composer 
install*.

After that, I could run again the *php artisan serve* and I could do the 
deploy:

gcloud app deploy --promote

Beginning deployment of service [default]...
╔════════════════════════════════════════════════════════════╗
╠═ Uploading 5 files to Google Cloud Storage                ═╣
╚════════════════════════════════════════════════════════════╝
File upload done.
Updating service [default]...done.
Setting traffic split for service [default]...done.
Deployed service [default] to [https://xxxxxx.appspot.com]

You can stream logs from the command line by running:
  $ gcloud app logs tail -s default

To view your application in the web browser run:
  $ gcloud app browse


On Friday, February 28, 2020 at 8:08:34 AM UTC-5, Davi Amaral wrote:
>
> Hi!  I am new here... But my project was working normally since yesterday 
> when I deployed an updated code and I start to receive this Message: 
>
>
>
> This page isn’t working
>
> *.appspot.com <http://appspot.com>* is currently unable to handle this 
> request.
> HTTP ERROR 500
>
> For me it is really weird because I just change a label.  And when I am 
> going to my app engine panel and I am trying to access a old version app, 
> this old version is working.
>
> Could someone help me with this?
>
> I am using PHP Laravel / BigQuery
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/756f8908-2334-4369-b87e-c09ec59e6657%40googlegroups.com.

Reply via email to