-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Description
Bug Report: "Download Resume" Feature Not Working in DevBio
Describe the Bug
The "Download Resume" feature in DevBio is not functioning as expected. When attempting to download the resume, an error appears in the console, stating:
Error downloading resume: Error: Failed to generate resume
Additionally, there are multiple warnings and blocked resources in the browser console.
To Reproduce
Steps to reproduce the behavior:
- Go to [DevBio](https://devb.io/) and log in with a GitHub profile.
- Navigate to the section where the resume can be downloaded.
- Click on the "Download Resume" button.
- Check the browser console (F12 > Console tab) to see the error messages.
Expected Behavior
The resume should generate and download successfully without errors.
Console Errors & Warnings
- GitHub user not found: The error suggests that DevBio might not be fetching the GitHub profile data correctly.
- Feature Policy Warnings:
Feature Policy: Skipping unsupported feature name “payment”. widget.prod.min.js:1:3134 - Font & Resource Loading Issues:
downloadable font: rejected by sanitizer (font-family: "Avenir Book")The resource at “https://devb.io/_next/static/media/07a54048a9278940-s.p.woff2” preloaded with link preload was not used - Blocked Resources:
A resource is blocked by OpaqueResponseBlocking - Error Message on Resume Download:
Error downloading resume: Error: Failed to generate resume
Environment
Desktop:
- OS: Pop!_OS (Linux)
- Browser: Firefox (Latest Version)
Additional Context
- The issue seems to be related to blocked resources, failed GitHub data retrieval, and possibly a server-side error in generating the resume.
- Some console errors indicate that a preload attribute might be misconfigured, preventing certain assets from loading correctly.