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
{{ message }}
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.
Right now the references.ts JS replacer adds "/"+window.location.href.split('/')[3]+ before all route strings. This can cause unwanted behavior.
A solution to this could be to smart-detect the actual goto function located in the client.<randomid>.js file and modify it to auto add "/"+window.location.href.split('/')[3]+ before all redirects.
This is not priority, and should be addressed in v2
The text was updated successfully, but these errors were encountered:
Right now the
references.ts
JS replacer adds"/"+window.location.href.split('/')[3]+
before all route strings. This can cause unwanted behavior.A solution to this could be to smart-detect the actual
goto
function located in theclient.<randomid>.js
file and modify it to auto add"/"+window.location.href.split('/')[3]+
before all redirects.This is not priority, and should be addressed in
v2
The text was updated successfully, but these errors were encountered: