How to solve NgrokError during app creation with php-laravel?

How to solve NgrokError during app creation with php-laravel?

Vinayak_i
Visitor
1 0 1

Hi Folks,

I am creating an app on Shopify partners using php-laravel. I have almost completed the configuration. But while doing shopify app serve and shopify app tunnel start I am facing the following error.

Tech I am using  :  Ubuntu 20.04  ,  shopify  2.15.6 ,   ruby 3.1.2p20 ,    npm 6.14.16 ,    php 7.4  ,  Composer 2.2.6    

ubuntu@vinayak:~/ShopifyProjects/thlaravel$ shopify app tunnel start

✗ An unexpected error occured.
To submit an issue include the stack trace.

/home/vinayak/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/shopify-cli-2.15.6/lib/shopify_cli/tunnel.rb:184:in `rescue in fetch_url': The account \\ (ShopifyCLI::Tunnel::NgrokError)
from /home/vinayak/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/shopify-cli-2.15.6/lib/shopify_cli/tunnel.rb:174:in `fetch_url'
from /home/vinayak/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/shopify-cli-2.15.6/lib/shopify_cli/tunnel.rb:202:in `start_ngrok'
from /home/vinayak/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/shopify-cli-2.15.6/lib/shopify_cli/tunnel.rb:70:in `start'
from /home/vinayak/.rbenv/versions/3.1.2/lib/ruby/3.1.0/forwardable.rb:238:in `start'
from /home/vinayak/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/shopify-cli-2.15.6/lib/shopify_cli/services/app/tunnel/start_service.rb:14:in `call'

 

---------------------------------------------------------------------------------------------------------------------------------------------

 

ubuntu@vinayak:~/ShopifyProjects/thlaravel$ shopify app serve
? Do you want to convert asmiths.myshopify.com to a development store?
Doing this will allow you to install your app, but the store will become transfer-disabled.
Learn more: https://shopify.dev/tutorials/transfer-a-development-store-to-a-merchant#transfer-disabled-stores
? Do you want to convert asmiths.myshopify.com to a development store?
Doing this will allow you to install your app, but the store will become transfer-disabled.
Learn more: https://shopify.dev/tutorials/transfer-a-development-store-to-a-merchant#transfer-disabled-stores
(You chose: yes)
✓ Transfer has been disabled on archsmiths.myshopify.com.
✗ An unexpected error occured.
To submit an issue include the stack trace.

/home/vinayak/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/shopify-cli-2.15.6/lib/shopify_cli/tunnel.rb:184:in `rescue in fetch_url': The account \\ (ShopifyCLI::Tunnel::NgrokError)
from /home/vinayak/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/shopify-cli-2.15.6/lib/shopify_cli/tunnel.rb:174:in `fetch_url'
from /home/vinayak/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/shopify-cli-2.15.6/lib/shopify_cli/tunnel.rb:202:in `start_ngrok'
from /home/vinayak/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/shopify-cli-2.15.6/lib/shopify_cli/tunnel.rb:70:in `start'
from /home/vinayak/.rbenv/versions/3.1.2/lib/ruby/3.1.0/forwardable.rb:238:in `start'
from /home/vinayak/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/shopify-cli-2.15.6/lib/shopify_cli/services/app/serve/serve_service.rb:29:in `create_tunnel'
from /home/vinayak/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/shopify-cli-2.15.6/lib/shopify_cli/services/app/serve/serve_service.rb:23:in `generate_url'
from /home/vinayak/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/shopify-cli-2.15.6/lib/shopify_cli/services/app/serve/php_service.rb:7:in `call'

 

Would really appreciate any help.

 

Regards

Replies 0 (0)