agmoss / nestjs-graphql-azure-functions

Serverless GraphQL API with Nest.js and Azure Functions
MIT License
19 stars 2 forks source link

500 - The request timed out. #1

Open Maxwise888 opened 4 years ago

Maxwise888 commented 4 years ago

No issue when testing on local machine but I got Error 500 - The request timed out. when accessing my ****.azurewebsites.net/api/graphql.

agmoss commented 4 years ago

Hi @Maxwise888

I have expanded the instructions in the article to explicitly cover deployment configuration. Please take a look at this new section here.

louiealmeda commented 3 years ago

Mine worked after I followed the guide step by step. There seem to be an issue with deploying using vscode extension, when I did the npm run build && func azure functionapp publish <APP_NAME> it was all good