简体   繁体   English

尝试在商店中安装应用程序时,此地址没有页面 Shopify Laravel App

[英]Getting There’s no page at this address when trying to install app on the store Shopify Laravel App Osiset

I am new in shopify app development and trying to create a public app in laravel using Shopify Laravel App using Osiset/laravel . I am new in shopify app development and trying to create a public app in laravel using Shopify Laravel App using Osiset/laravel . I installed NGROK and is running fine.我安装了 NGROK 并且运行良好。 Added the NGROK URL in the APP configuration settings on shopify store and also added the same in the APP_URL variable of ENV file.在 shopify 商店的 APP 配置设置中添加了 NGROK URL 并在 ENV 文件的APP_URL变量中添加了相同的内容。

For the first time APP got installed successfully but when I uninstalled the APP from the store and again trying to install it, I am getting the error of Getting There's no page at this address .第一次成功安装APP,但是当我从商店卸载APP并再次尝试安装时,我收到了Getting There's no page at this address的错误。 Here is the screenshot.这是屏幕截图。 在此处输入图像描述

Is there something like I can install app only once?有没有像我只能安装一次应用程序的东西? Do I need to create a new store?我需要创建一个新商店吗?

I found the fix.我找到了解决办法。 I am posting here in case someone face the same issue.我在这里发帖以防有人遇到同样的问题。 As the app was installed successfully once.由于该应用程序已成功安装一次。 An entry of the store URL was stored in the DB due to which it was not authenticating again.商店 URL 的条目存储在数据库中,因此它没有再次进行身份验证。 I deleted the entry from users table of the APP database and it worked我从 APP 数据库的users表中删除了该条目并且它有效

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM