issues
search
webuild-community
/
federated-blog
A federated blog platform built for WeBuild Community
https://read.webuild.community/
58
stars
34
forks
source link
fix: Fix some posts get 404 since there is a "/" in base64 encoded url
#103
Closed
nvh95
closed
2 years ago
nvh95
commented
2 years ago
Fixes
[x] Fix some posts that get 404 since there is a "/" in the URL. Encoded base64 has "/" character makes Nextjs routing confused.
Reproduction
This post results in 404 since it has a
/
in the URL:
https://read.webuild.community/read/MTd8YmV0dGVycHJvZ3JhbW1pbmcucHViL2h0dHAtMi1hbmQtZ3JwYy10aGUtZGUtZmFjdG8tZm9yLW1pY3Jvc2VydmljZXMtY29tbXVuaWNhdGlvbi04NGE2YmIyYTYxMjY/c291cmNlPXJzcy1iZDk3YTA2ZTdkNmMtLS0tLS0y
But this article should have link like this
https://read.webuild.community/read/MTd8YmV0dGVycHJvZ3JhbW1pbmcucHViL2h0dHAtMi1hbmQtZ3JwYy10aGUtZGUtZmFjdG8tZm9yLW1pY3Jvc2VydmljZXMtY29tbXVuaWNhdGlvbi04NGE2YmIyYTYxMjY%2Fc291cmNlPXJzcy1iZDk3YTA2ZTdkNmMtLS0tLS0y
Fixes
Reproduction
/
in the URL: https://read.webuild.community/read/MTd8YmV0dGVycHJvZ3JhbW1pbmcucHViL2h0dHAtMi1hbmQtZ3JwYy10aGUtZGUtZmFjdG8tZm9yLW1pY3Jvc2VydmljZXMtY29tbXVuaWNhdGlvbi04NGE2YmIyYTYxMjY/c291cmNlPXJzcy1iZDk3YTA2ZTdkNmMtLS0tLS0y