kilmajster / ngrok-spring-boot-starter

🚀 Spring Boot tunneling with Ngrok made easy! No matter if you are using Windows, Mac OS X, Linux or even Docker - ngrok binary will be chosen automatically 🤖 so you don't need to care about environment changing etc. auto-configuration magic 🧙‍♂️
MIT License
125 stars 17 forks source link

Version 6 stopped working outside LAN #69

Open leochiessa opened 8 months ago

leochiessa commented 8 months ago

Hello @kilmajster, I was using your ngrok-spring-boot-starter version 6, until yesterday when it stopped working outside of my LAN. Any ideas? Thank you so much.

kilmajster commented 8 months ago

Hi @leochiessa, is there any reason that you stick with old version? did you tried with latest 0.9.0 ?

leochiessa commented 8 months ago

No, there isn't. But if I use v0.9.0, ngrok doesn't even run... could it be 'cause i'm using spring v2.2.2?

On Sun, Nov 5, 2023, 11:39 PM Łukasz Włódarczyk @.***> wrote:

Hi @leochiessa https://github.com/leochiessa, is there any reason that you stick with old version? did you tried with latest 0.9.0 ?

— Reply to this email directly, view it on GitHub https://github.com/kilmajster/ngrok-spring-boot-starter/issues/69#issuecomment-1793996840, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHU76APTE3XYCSEMWRPZIEDYDBEWZAVCNFSM6AAAAAA64RQAVGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJTHE4TMOBUGA . You are receiving this because you were mentioned.Message ID: @.***>

kilmajster commented 8 months ago

yup, that's because versions/APIs incompatibly between spring version used in latest version of this project and yours. Later on I'll update README with some kind of starter<->spring versions map, but if you are using spring 2.2.2.RELEASE then you should be good with v0.7.0 of this starter.

leochiessa commented 8 months ago

Thanks for answering, I changed to version 0.7.0 and it had no effects...