'Localtunnel on ASP.NET Core comes with error 504 Gateway Time-out
I'am trying to run my ASP.NET Core localhost app with localtunnel for debugging purpose. And I'm running my ASP Core with Kestrel (I've tried to run it trough IIS too, same result) and enter this command on cmd "-p 5001 -s someName -o" and comes with error "504 Gateway Time-out". I'm sure localtunnel works fine, because I was able to run it with my express.js demo, but there is some error when I try to run it on asp core. So my question is:
How can I run my ASP.NET Core app with localtunnel?
Solution 1:[1]
https://conveyor.cloud/ is the best solution I have found for this problem.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | cchapin |
