My application require the user to be logged in and that break the auto check befor submission

Hi everyone,

I am stuck and not able to submit my app for review because of the auto checks of the Shopify app store requirements.

My API returns a 500 error or a 403 error because it requires the user to be logged in because we need to get the user ID and store it with the shop and the OAuth token of the DB.

Any solution to pass this check?

Hey @Allaeddine_BEDERRAR :waving_hand: -if you built your app on our scaffold (link here), that step should usually be passed automatically. One thing that I have seen cause 500 errors, is if your app isn’t including the shop/host parameters in the redirect flow as mentioned here in our documentation: Implement authorization code grant manually

If you’ve double checked that and the issue is still persisting, if you’re able to share the shop ID for where you’re seeing the issue pop up, your app ID and a X-Request-ID value from the API response headers we send out for an example of the 403/500 error, I can definitely take a closer look on our end to see what’s happening there.

Hope this helps!

Hi @Allaeddine_BEDERRAR - are you still seeing this issue?

@Alan_G @Liam-Shopify Thanks guys for repying back to my question.
Actually after I posted here about the issue, I was surprised that the app become ready to submit.

So I already submitted it for review. Not sure how the auto check passed after being failed before.

1 Like