This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Replies: 1 comment
-
Hi, |
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
-
Hi
I'm facing a serious issue when I installed my app than it installs correctly but when I create a form and send post request using ajax on '/' routes that it would be also fine and form successfully send to the controller but when I redirect to another route named '/abc' and repeating the same process than it's giving me 302 redirect issue. When I start debugging it than I see some changes in routes Example:
https://new-laravel.test/?hmac=337da5186be47893c7ccba84f108cead07100d81593ff1dea2698a43786d47c0&locale=en&new_design_language=true&session=14a84434e9d430fadf8c0cbb2860f7c8d58b6f73015a568e719bf7284f96c917&shop=gallery-one-shop.myshopify.com×tamp=1614959201
but my new route is something like this
https://new-laravel.test/bundles which is giving 302
I don't know what's the reason behind this. Please help me out.
Beta Was this translation helpful? Give feedback.
All reactions