You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library for a Laravel project. It works well except it doesn't work while adding multiple parameters to the URL which is going to be shared.
The ShareWidget function is responsible to make a URL and share it with the users on social medias. While I print out the ShareURL it shows what's supposed to be: [(http://127.0.0.1:8000/newproducts?catalog=1&category=11)].
However, when its comes to the final stage which is the link that had been shared with users on social medias it misses the second parameter. No matter what it is. [(http://127.0.0.1:8000/newproducts?catalog=1)].
As you see &category=11 part is missed in the second one.
The text was updated successfully, but these errors were encountered:
I'm using this library for a Laravel project. It works well except it doesn't work while adding multiple parameters to the URL which is going to be shared.
The ShareWidget function is responsible to make a URL and share it with the users on social medias. While I print out the ShareURL it shows what's supposed to be:
[(http://127.0.0.1:8000/newproducts?catalog=1&category=11)]
.However, when its comes to the final stage which is the link that had been shared with users on social medias it misses the second parameter. No matter what it is.
[(http://127.0.0.1:8000/newproducts?catalog=1)]
.As you see &category=11 part is missed in the second one.
The text was updated successfully, but these errors were encountered: