Ngrok errors '502 bad gateway'

前端 未结 15 1510
谎友^
谎友^ 2020-12-15 03:16

Quite new to using any sort of Web App stuff, and I\'ve been trying to slowly build a Facebook Messenger Bot. When I try to use ngrok I can\'t visit the address I\'m given,

15条回答
  •  伪装坚强ぢ
    2020-12-15 03:30

    This worked for me

    ngrok.exe http -host-header=rewrite localhost:

    e.g ngrok.exe http -host-header=rewrite localhost:5219

    Im using visual studio 2017 dont know if it effects anthing.

提交回复
热议问题