Closed Manav1712 closed 4 months ago
Note that the first checkbox your marked before opening this issue is stating that you read our FAQ, which clearly you did not. Please, check our FAQ for the answer to this error. Errors that happen commonly enough we add to our FAQ with the specified solution.
I'm sorry you thought that. However, I actually have gone through the entire FAQ. I have followed everything you posted as well. Another user @Sustainability4 posted the same issue as well. I followed all the steps of your recommended approach, I tried loading it after cleaning my history or on incognito, updated all URLS and checked the entire error thread https://github.com/alshedivat/al-folio/issues/1398#issuecomment-1609518404 . I just asked a simple question, I don't see the reason for being impolite.
@george-gca same situation here , i added the secrets in lighthouse badger , still same problem
Error: Input required and not supplied: token
I will copy/paste the contents of the FAQ entry here, expliciting the answer:
My webpage works locally. But after deploying, it is not displayed correctly (CSS and JS are not loaded properly). How do I fix that?
If you are deploying a personal or organization website, leave baseurl
blank.
What this means is: change this line:
baseurl: /al-folio
to this:
baseurl:
Note that this solution is also explicited in the installation steps recommended approach step 3:
_config.yml
, set url to https://<your-github-username>.github.io
and leave baseurl
empty (do NOT delete it).And was answered in #2569, #2431, #2382, #2313.
Have you checked that your issue isn't already filed?
Bug description
Not able to fetch stylesheet
How to reproduce the bug
I followed all setup steps, fixed the lighthouse badger by adding the secret and made the deployment off of gh-pages. However, my site is unable to fetch the stylesheet.
Error messages and logs
None
What operating system are you using?
Mac
Where are you seeing the problem on?
Deployed site
More info
No response