jsconnect "missing the v parameter"
Hi
i'm trying to implement vanilla for the first time with jsconnect. Everything was looking good with the setup untill now. When I hit "Test URL" I get test({"error":"invalid_request","message":"Missing the v parameter."})
I've noticed there's no "v" parameter in the test URL/jsconnect/index.php?client_id=1530794721×tamp=1502590698&signature=cab4ecbd8830fb507f449605df98a897&Target=%2Fsettings%2Fjsconnect&callback=test
If I add the parameter manually like this &v=2
I get test({"error":"invalid_request","message":"Missing the sig parameter."})
so, definitely this is not sending the correct set of parameters to my test URL
If I try to sign like this /sso
I get the same errors on that page.
This is a separate domain forum. Vanilla version is 2.3.1 and jsconnect 1.5.3 because 1.5.4 didn't install.
Any Help?
Comments
Hello,
Downgrade JSConnect to 1.4.1 version and get 1.3 version of https://github.com/vanilla/jsConnectPHP
That solved issues for me.
Here is the files I use.. I think they may be the same as harolato's link. They work.