Facebook callback has started appending #_=_ hash underscore to the Return URL
#_=_
Does anyone know why? What is the solution?
If you're using vue-router, you can append to the list of routes:
{ path: '/_=_', redirect: '/', // <-- or other default route },