Server url no longer working with ngrok url
# support
v
@Raju I'm sorry to hear that you're experiencing issues with your ngrok URL. Ngrok URLs provided under the free plan are temporary and will expire after a certain period or when the ngrok agent is stopped. To resolve this, you can restart the ngrok agent to generate a new URL. Here's what you can do: 1. Ensure your local API server is running on the correct port. 2. Start the ngrok agent again with the command
ngrok http <your_port>
(replace
<your_port>
with the port number your server is using). Once you've started ngrok, it will provide you with a new forwarding URL that you can use to access your local server from the internet. Remember that each time you restart ngrok, a new URL will be generated. If you need further assistance or have any other questions, please let me know!
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
r
as you can see the url has https
@Sahil this is a blocker for us as we are not able to contine developing locally because of the issue
s
where are you adding the serverURL? Also, provide me the org_id
r
this is resolved. It happend on advaned settings.
3 Views