Button Navigation from pageskit to a blocklet component
Bug description (Required)
Describe the bug you found I found a bug in PagesKit/Blocklet Server regarding navigation
Replicate the bug (Required)
Describe in detail how to reproduce the bug
- Button was set to "/discuss-kit" and worked before a recent pageskit update (not sure which one changed the function)
- Navigation for the button through pageskit retains the language designation in the address bar "/en/" and causes a 404 error when trying to proceed through. Removing the "/en" in the address bar and having just "/discuss-kit" works: https://wgring.did.rocks/en/discuss-kit https://wgring.did.rocks/discuss-kit
- When trying "/en/discuss-kit" it also acts like #2 To get it to work the way it had before, I have to enter the entire url without "/en" for the button, entering https://wgring.did.rocks/en/discuss-kit causes a 404.
Exception behavior (Optional)
Describe what is wrong with the program improper navigation
Desired behavior (Optional)
Describe what the normal behavior of the program should be navigate to the blocklet component as labeled without implying a language beforehand
Screenshot or error message (Optional)
Post a screenshot of the error or console output provided links above as well
![]()
![]()
Possible solutions (Optional)
Describe the possible solutions
general navigation, apply language afterwards? my app url ALSO DOES NOT HAVE "/en" listed with it but seems to be always applied now
Useful links (Optional)
Provide useful links about the bug so that we can easily reproduce it clarification: using a sectioncardlist here, and the sectioncard itself is acting as the button (no additional button added)

4 replies
What's your component structure on your app dashboard?
Is this what youre asking about?
Please try setting the link of the card item to https://wgring.did.rocks/discuss-kit to see if things work as expected.
From my guess, pages-kit tries to add it's own logic when parsing absolute and relative links.
updated pageskit from 0.2.285 --> 0.2.289, adjusted sectioncard link to https://wgring.did.rocks/discuss-kit, success.