Skip to content

Conversation

@Admin9705
Copy link
Contributor

Reverts #522

@Admin9705 Admin9705 merged commit 06e63c0 into main May 25, 2025
8 checks passed
@Admin9705
Copy link
Contributor Author

had to undue it, it prevented waiting from cycle coming up on startup.

image

@vipergts450
Copy link
Contributor

vipergts450 commented May 26, 2025

Got it, but the issue is then you should not be using window.location.origin since that will only return http://domain:port and this breaks the subfolder/subpath again.

For example, if the current URL is
https://www.example.com:8080/path/to/page?query=string
then window.location.origin would return
https://www.example.com:8080

I'll try testing window.location.href instead and will submit a pull if it works with subfolder and without.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants