dadi / web

Web is a drop in front end for websites and web apps. Consumes data from DADI API and others
https://dadi.cloud/en/web/
Other
48 stars 16 forks source link

Node 10 url parser causes continuous redirect to "null" #465

Closed jimlambie closed 5 years ago

jimlambie commented 5 years ago

Due to the changes in the url parser module in Node 10, Web's redirect function to enforce a trailing slash now appends /null to the url, causing infinite redirects in some cases.

This is caused by the url parser now setting the search property to null rather than in empty string.