URL parameters are lost in the link

Issue:
For AR Universal with three.js URL parameters are lost in the link.

For example:

If we use link with version:
https://stqrr.zappar.io/458219092008136874/1.0.1/?name=value
In this case, the parameters are passed and we can get them.

If we use link without version, link is auto redirect to link with last version, but the parameters are lost:
https://stqrr.zappar.io/458219092008136874/?name=value
Redirect to
https://stqrr.zappar.io/458219092008136874/1.0.1/

Since we need to use a permalink for the qr code, we are forced to use a link with parameters and without a version.

You need to make changes to your redirect rules (in htaccess or elsewhere).
Then the problem will be solved.

Hi, did you found something about this?
I have the same problem.