laravel-shopify
laravel-shopify copied to clipboard
Regarding non embedded app using Laravel & VueJs in Shopify
Dear Team
Greetings..!!
Actually, I am working on a project for a Shopify app where I using Laravel as backend and VueJs as front end stack and stuck badly at 2 points for which I need your assistance. Honestly, believe me, I have gone through various resources and have contacted a lot of people but it's bad luck only. hence I have approached you with hope to find suitable solution.
let me try and explain the issue as much as possible.
- I have set up Shopify app using Laravel and Vue Js using your link. It's working fine using ngrok environment but it's opening up inside shopify admin however my requirement is to open up the app in another window.Hence, i went through few resource and found out that i have to Disable the Embedded app option inside app set up in shopify store and set forceDirect option to false inside osiset\laravel-shopify\src\resources\views\auth\fullpage_redirect.blade.php. Afterwards, I am getting my app open in new window but it came with new error as follows:

- again i went through few blogs for resolution and got advised me to comment the below entire block in comment in following image


now my page is getting open in new window without error but screen is blank and not able to see anything

I am stuck since few days badly due to this issue and can't move further for development. I need your assistance to resolve this issue. I know you must be busy with your responsibility but being developer i am asking for help so please try your best for the same.
I have attached my code your testing purpose. https://drive.google.com/file/d/1jEtORn7etXgn_pFtDU18VhtBkbByONy6/view?usp=drive_web
best regards, Jay Patel
I came here to post the same question.
I just ran across the same problem with React.
Do you have any updates on this?
I came here to post the same question.
I just ran across the same problem with React.
Do you have any updates on this?
No Bro...it seems there are very few developers who try and run non-embedded app in shopify. I have gone through all resources so far and none of them have any clue on how to run non-embedded app developed in Laravel + Vue/React. All Developers prefer it run inside shopify admin.
no one in community is active...just spectators only.....
I thought it was the fault of Shopify's new AppBridge at first. But I also have an older version of osiset and it seems to work there.
I can try to rollback to an older version of osiset and try to figure out which release causes the bug.
I thought it was the fault of Shopify's new AppBridge at first. But I also have an older version of osiset and it seems to work there.
I can try to rollback to an older version of osiset and try to figure out which release causes the bug.
oh ok......I guess that's worth trying...plz let me know if you see any progress
Hello friends, did anyone find a solution on how to open the program on another page?
i'm using laravel with livewire i have 2 problem first auth session expire after any event call by livewire Second, the project must open in a new page and the project is very slow inside the iframe
@brucelee90 @roguestack you can help me ?
Hello @osiset Could you please revert on this issue. We are facing some issue that not able to develop non embedded app using Laravel.
I didn't find a solution yet, but it seems like this issue is known already. And there seems to be an Pull request already:
Please see #1208 and closing in favor of this ticket.
hi! can you share and example of how you implement it with vue?
@roguestack
hi! can you share and example of how you implement it with react?