Ralph Khreish
Ralph Khreish
Having the same issue, works on index, but as soon as I want to navigate anywhere else, I get the error: ``` InternalServerError: Cannot complete OAuth process. Could not find...
@pratiknikam you seem to have solved a majority of the issue, could you share your `ClientRouter` Component. I can't seem to figure out which packages you are using for the...
@ivorpad did you mean to replace `appBridge` by `app` in ` return appBridge && route ? ( ) : null; ` making it ` return app && route ? (...
@barisozdogan I decided to not use the built in shopify navigation and instead use my own polaris navigation. This is what the code looks like ``` import {useRouter} from 'next/router'...
Thinking of contributing for the first time with this issue, Is this issue still valid ? Some links are broken like these ones: - https://github.com/tsedio/tsed/blob/production/packages/ajv/src/services/Ajv.ts#L48 - https://join.slack.com/t/tsed-framework/shared_invite/zt-ljtmbq2u-ln3FoEd4m4Oe8rIJ1~WjdQ
fixed it by changing some stuff in the `project.json` and `package.json` `project.json`: ```diff + "commands": ["pnpm run graphql-codegen"], - "commands": ["pnpm run graphql-codegen -c ./graphql/codegen.ts"], ``` `package.json`: ```diff + "graphql-codegen":...
Did you get a chance to verify ?
I think the solution would be to add localstack inside the network config of docker-compose. Or just do localhost instead of localstack also works
I'm still having this issue:  fragment file: ```ts import { gql } from '@sb/webapp-api-client/graphql'; export const processTestItemListQuery = gql(/* GraphQL */ ` query processTestItemListQuery { allProcessTestItems(first:...
@ries9112 please resolve conflicts!