After trying to submit our app the app is refused with error:
Resolve issues that are returning errors after authenticating with OAuth on install to comply with our requirements. You cannot request a merchant’s .myshopify.com URL. See this screencast for additional details.
I have done OAuth strictly this guide.
(':gateway')
@HttpCode(HttpStatus.OK)
public async authorize(
@Query() query: any,
('gateway') gateway: string,
@Req() req: Request,
@Res() res: Response,
): Promise
It works correct for my developer shops. But after submitting we can't pass review and
intead to be redirected to redirect_uri -> /installation/:gateway the reviewer is getting the error Server Error.