-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken nextUrl=
parameter logic
#940
Fix broken nextUrl=
parameter logic
#940
Conversation
119420b
to
3596ebb
Compare
Codecov Report
@@ Coverage Diff @@
## main #940 +/- ##
=======================================
Coverage 72.14% 72.14%
=======================================
Files 87 87
Lines 1906 1906
Branches 242 242
=======================================
Hits 1375 1375
Misses 477 477
Partials 54 54 Continue to review full report at Codecov.
|
Removing the label for 2.0.0 as the PR hasn't been ready yet. |
Nice! I have just created an issue for this: #951. This is blocking tests from succeeding in 2.0 I think it should be prioritized or block 2.0.0 since I can imagine a lot of people getting this issue and the application would seem unusable. |
168126d
to
cd79940
Compare
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Darshit Chanpura <[email protected]>
071fdce
to
562213f
Compare
Signed-off-by: Darshit Chanpura <[email protected]>
562213f
to
5d0afb9
Compare
Signed-off-by: Darshit Chanpura <[email protected]>
5d0afb9
to
7e90a7b
Compare
Description
The nextUrl logic was getting back urls that looked like
%2Fgotundefined
it seems like with the recent node version change there were some breaking changes in the url parsing/processing systems. I've cleaned up the pattern and confirmed the behavior is correct with new integration tests.Category
Bug fix
Issues Resolved
.query
#936Check List
New functionality has been documentedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.