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
I also double-checked the rest of the repo to see if backends (corrected spelling) was indeed used anywhere relevant, notably in the system-design.json file and the migration-mapping.json files. The spelling seen there is backends.
However, I can see the resource is still not found.
I investigated further the Error from cloudfront in the context of 404 Resource Not Found, which indeed seems to be the fact that the URL is pointing to a resource that doesn't seem to exist in CloudFront.
I wanted to know if there was maybe some resource renaming on the CloudFront side of things that needed doing. I am new to large websites CDN, I don't exactly know how the URI/URL renaming mechanisms work in CloudFront - I found this Medium article that talks about URL rewriting using a lambda function (in the author's use case, they do so to systematically drop a specific portion of the URL): https://serprime.medium.com/aws-cloudfront-url-rewriting-422d4868b282.
For roadmap.sh, is there any content update pull/push mechanisms triggered between the content of the repo - in this case, the .md file resource itself - and the corresponding CloudFront content? Or is the renaming workflow following another mechanism?
Thanks in advance,
Output from browser console (if any)
No response
Participation
I am willing to submit a pull request for this issue.
The text was updated successfully, but these errors were encountered:
What is the URL where the issue is happening
https://roadmap.sh/system-design/backends-for-frontend@n4It-lr7FFtSY83DcGydX
What browsers are you seeing the problem on?
Chrome
Describe the Bug
system-design.json
file and themigration-mapping.json
files. The spelling seen there is backends.I further investigated the different request/response headers, especially the ones relating to AWS CloudFront:
I investigated further the
Error from cloudfront
in the context of 404 Resource Not Found, which indeed seems to be the fact that the URL is pointing to a resource that doesn't seem to exist in CloudFront.I wanted to know if there was maybe some resource renaming on the CloudFront side of things that needed doing. I am new to large websites CDN, I don't exactly know how the URI/URL renaming mechanisms work in CloudFront - I found this Medium article that talks about URL rewriting using a lambda function (in the author's use case, they do so to systematically drop a specific portion of the URL): https://serprime.medium.com/aws-cloudfront-url-rewriting-422d4868b282.
For roadmap.sh, is there any content update pull/push mechanisms triggered between the content of the repo - in this case, the .md file resource itself - and the corresponding CloudFront content? Or is the renaming workflow following another mechanism?
Thanks in advance,
Output from browser console (if any)
No response
Participation
The text was updated successfully, but these errors were encountered: