No content to show
User Activity
02-13-2025
The problem wassetTimeout(() => { this.app.dispatch(this.menu); }, 500);There no need to dispatch menu to add it on admin panel. creating a NavigationMenu is enoughthis.menu = NavigationMenu.create(this.app, { items: [dashboardLink, settingsLink],})...
Hi,I think you need to deploy your Angular app to an external service like Firebase, Vercel, etc.Then you manually create the App on the Shopify partners page and configure the external URLsAlso You will need to implement oAuth, so you will have to c...
02-12-2025
I create Admin App on Angular 19. SPA with routing.I want to add navigation menu in admin panel on merchant store.For example menu with two itemsDashboardSettingsin npm I install @Shopify/app-bridge1. create app-bridge this.app = createApp({ apiKey...
I found a solution that works for meSame problem, after app dev the URLs change and accordingly webhooks are sent to the wrong addressesTo fix this you will need 2 opened terminals1. configure in the toml file[build]automatically_update_urls_on_dev =...
Doesn't help. URLs keep changing on shopify app dev
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
138 | 02-13-2025 04:19 AM |