Hello all i have an issue with the following step i can’t submit my app untill i pass this step Not authenticating with session tokens, i have logged in my dev store sucessfully and it still the same for almost 5 days, any ideas ?!
Hi Sherif,
Is your app built using the Remix template?
yep i’m using remix template
You could try this (adding isEmbeddedApp: true)
I added isEmbeddedApp: true while defining shopifyApp, this line is skipped in the current remix app code on Github. Not sure if this is the solution, but it is worth a shot if you are still stuck. I also got them to manually re-trigger the check via email. Chat support is not helpful, try email or the dev forum
Not sure if this helps butI’m hitting weirdness with session tokens in my POS extention.
I’m trying to get a session token so I can secure my network requests in my POS Extension. The problem is that when I try to run the simple example in the documentation the sessionToken is always null. I am able to get the currentSession data in both my own code and the example.
Here is the specific example.
import React, {useState} from 'react';
import {
reactExtension,
useApi,
Screen,
Text,
} from '@shopify/ui-extensions-react/point-of-sale';
const SmartGridModal = () => {
const …
i’m sorry Liam it didn’t work actually i added the flag and it still not triggereing the check
here is how i did it
Are you using the latest version of App Bridge or the version installed via NPM?
I have the exact same issue. I installed the app using “npm init @shopify /app@latest”. I never saw warnings regarding new versions available while testing with “shopify app dev”
App Bridge isn’t installed via NPM anymore so that might be what you are missing. Remix template does already have it in however. But worth checking
App Bridge is the JavaScript SDK for [Embedded Apps](/docs/apps/admin/embedded-app-home), providing access to data and UI rendering within the Shopify Admin. App Bridge integrates directly into standard Web Platform APIs you're already familiar with,...
It is being used. App bridge react what i use to build admin UI.