fractal-code / meteor-azure

Automate Meteor deployments on Azure App Service
MIT License
67 stars 20 forks source link

Error 500 when meteor app deployed on azure #77

Closed nwabdou85 closed 2 years ago

nwabdou85 commented 3 years ago

Hy I deployed my meteor app on azure but can't connect it to my react native app. I did something lik that Meteor.connect('wss://XXXX.azurewebsites.net/websocket'), but does not work, knowing that it works perfectly with the same code deployed on heroku. I think that all the options are corrects and the deployment has been well done.

this log from kudu https://paste.ofcode.org/yuvww3zEKJTZJWUMbURiD3

Redeployed the code with - - architecture 64, same thing can't connect.

Any help here please?

nwabdou85 commented 3 years ago

@ramijarrar can you help here, please?

ramijarrar commented 3 years ago

Hi @nwabdou85 - can you try removing the Monti APM agent & redeploying?

Most likely this issue relates to binary dependencies that aren't prebuilt & cannot be compiled in place on App Service (see comments in https://github.com/fractal-code/meteor-azure/issues/65 which is a very similar case).

55 commented 2 years ago

@nwabdou85 were you able to solve your issue?

nwabdou85 commented 2 years ago

@ramijarrar sorry for the reply, for now I use was; but if I remember, your suggestion was the key; @55 yes;