I've got a query inception problem.
I want to add this url
let url = "https://example.com/?1sCmRaAAAA72SeRa7wRVoddtJBRw&3u2500&4u1500&5m1&2e1&key=somekey-5o-Wj4&callback=none&token=106953"
to window.location as a query.
window.location = `/find/?photo=${url}`;
The result is unfortunately:
photo=https://example.com/?1sCmRaAAAA72SeRa7wRVoddtJBRw
so the &s are missing to the query what is need to get the image.