FROM CACHE - en_header
Discussions
Shopify Discussions
Store Feedback
Shopify Design
Shopify Education and Credentials
Ecommerce Marketing
Shopify Flow App
Retail and Point of Sale
Checkout Extensibility Upgrade
Shopify Apps
Shopify Scripts
International Commerce
Managed Markets
Technical Q&A
Payments, Shipping, and Fulfillment
Accounting and Taxes
Dropshipping
Community Events
Announcements
Partners & Developers
Partners
Extensions
Authentication and Access
Fulfillment and Inventory
GraphQL Basics and Troubleshooting
Hydrogen, Headless, and Storefront APIs
Metafields and Custom Data
New GraphQL Product APIs
Customers, Discounts, and Orders
Bundles
Subscriptions APIs
Billing API
Products, Variants, and Collections
Shopify CLI and Tools
Shopify Functions
Online Store and Theme Development
Webhooks and Events
Blog
Learn
Help Center
Shopify Academy
Shopify.dev
Changelog
All community
Knowledge base
DannyUWP
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
English
English
Français
日本語
Español
Deutsch
Italiano
Nederlands
Português do Brasil
简体中文
Log in
Start Free Trial
DannyUWP
Visitor
Last Activity:
Mar 12 08:20:14
0
Topics Started
0
Solutions
1
Posts
2
Likes
Community Badges
View all
Post Activity
Recent Solutions
No content to show
User Activity
Re: Shopify App - Embedded App Navigation Bar adding trailing slashes to links, makes Next.js 404
03-12-2020
If you're using next.js dynamic routing and want to remove the trailing slash add this before you handle the request: if (ctx.url.includes("/?")) { if (ctx.url.substring(0, 2) != '/?') { ctx.url = ctx.url.replace("/?", "?") // Remove trailing ...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
User
Count
TwoColors
1
amardeep
1
View all