Home > front end >  WeChat authorized redirect_uri problem page
WeChat authorized redirect_uri problem page

Time:10-08


WeChat web authorized my redirect_uri parameter value is: http://192.168.0.110:3000/#/community

Use the webpack package, but WeChat the returned result is




Can see it from # add parameters,,,, how to solve, beg god help!!

CodePudding user response:

You change a character not try the #

CodePudding user response:

"Address"? WeChat redirect url is for all? !!!!! It increases the code, and so on parameters or on the # in front, of course,

Do you know what # do? This to among the url (the url parameter on its rear) not legal,

CodePudding user response:

http://192.168.0.110:3000/#/community
Such a path is wrong,, # anchor point is represented in the url, want to use inside the path needs to be coded

http://192.168.0.110:3000/%23/community

Use special characters do path is not a good habit to

CodePudding user response:

Why your callback is an IP address can return code, with the port number

CodePudding user response:

# estimation is to jump to page somewhere ID
The official document said only that the jump to a URL # does not support team have to test

But redirect_uri here must be urlEncode coding

Try more

CodePudding user response:

It is recommended to use the history routing model
  • Related