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
After adding initialNavigation (which solves app reloading on Angular bootstrap), all pages will redirect to root on reload. Also using ngx-translate-router - without ngx-translate-router-scully-plugin.
The weird part is /sl/terms-and-conditions/ will return content of root, and not terms and conditions. If I look into dist/static/sl/terms-and-conditions/index.html content is of root. Without changing initialNavigation content is correct.
🐞 Bug report
Description
After adding
initialNavigation
(which solves app reloading on Angular bootstrap), all pages will redirect to root on reload. Also using ngx-translate-router - without ngx-translate-router-scully-plugin.The weird part is
/sl/terms-and-conditions/
will return content of root, and not terms and conditions. If I look intodist/static/sl/terms-and-conditions/index.html
content is of root. Without changing initialNavigation content is correct.🔬 Minimal Reproduction
Add to project
(not sure if this is enough)
💻Your Environment
Angular Version:
Scully Version:
🔥 Exception or Error
All pages redirect to root on reload.
The text was updated successfully, but these errors were encountered: