Luke Walsh

Results 157 comments of Luke Walsh

Do you have your plans set up in the plans table with one of them set to have the `on_install` to 1? It look like it is not passing a...

Hi @DeveloperHashmi As you have set id `1` to be `on_install` you don't need to pass it as you have done in the middleware as that will be defaulted too...

Hi @DeveloperHashmi I can confirm I get the same error, that new apps popup page is new since they moved apps to the "search" dropdown so I think the internal...

There is a PR out for this https://github.com/osiset/laravel-shopify/pull/1145 which we will try and ger merged.

Hi @Avdkash This has been merged now into master and will be in the next release which I am working on this week hopefully.

Closing as duplicate Q have been provided.

Hi @grahamsutton I tend to log the user in manually in my tests like so: ```` $user = User::factory()->create(); $auth = new AuthManager($this->app); $auth->login($user); ```` This allows you to use...

I see your other issue you come to a middle ground solution, I'll close this ticket for now.

Closing this as it is an old ticket, reopen if you still have the issue on the latest version.

@talkwithdeveloper I'm unable to replicate this. Does your app authenticate properly and land on the app homepage?