Hey guys,
I have one remaining issue with my frontity deployment.
Error steps to reproduce:
- Navigate to any page like https://address/*
- Router tries to redirect you to https://address/*/ → notice the trailing slash!
- Error is thrown
What actually happens:
You get redirected but no content is loaded anymore (I presume source.get bails)
Directly navigating to https://address/*/ does not cause any issues!
Environment:
- production
- cmd: yarn frontity serve
- “frontity”: “^1.14.3”
- “@frontity/tiny-router”: “^1.3.2”,
- “@frontity/core”: “^1.11.1”, → was broken with 1.10 also
Reproducible:
yes, deterministic, only on built version, not in dev-mode
Live address:
Sorry, do no want to disclose this here, I can however send a private message to someone of the team.
Do you have any ideas how I can further debug this error?
Thank you very much so far for frontity. Saved me a lot of pain with stupid wordpress editors and injecting masses of custom scripts.
Best Regards