This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
ITP RouteNotFoundException #755
mikeastral
started this conversation in
General
Replies: 1 comment
-
Found out that I needed to add the new routes into my shopify-app.app file in order to fix the issue 'itp' => env('SHOPIFY_ROUTE_NAME_ITP', 'itp'), |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the Upgrading instructions, when upgrading from version 15.x.x to version 16.0.0 it is suggested to append the itp middleware into any custom routes defined. However, when adding the itp middleware a RouteNotFoundException will be thrown.
Thrown by vendor\laravel\framework\src\Illuminate\Routing\UrlGenerator.php:429
Is there any other configuration required before appending the ITP middleware?
The changes made were as follows:
ORIGINAL (working fine):
CHANGES (throwing Exception):
Beta Was this translation helpful? Give feedback.
All reactions