Installing Strapi on DigitalOcean but getting a FontAwesome Error (not 1-click install)

I followed the guide here to install Strapi on the DigitalOcean App Platform but during the build process, I get this error:

[2021-06-13T22:20:00.103451881Z] Installing node_modules using yarn (from yarn.lock)
[2021-06-13T22:20:00.544204488Z] Running yarn install
[2021-06-13T22:20:00.544233975Z] 
[2021-06-13T22:20:00.887804828Z] yarn install v1.22.10
[2021-06-13T22:20:01.036946913Z] [1/5] Validating package.json...
[2021-06-13T22:20:01.044619872Z] [2/5] Resolving packages...
[2021-06-13T22:20:01.590532184Z] [3/5] Fetching packages...
[2021-06-13T22:20:22.340560448Z] error An unexpected error occurred: 
"https://npm.fontawesome.com/@fortawesome/fontawesome-free/-/5.15.3/fontawesome-free5.15.3.tgz: Request failed \"401 Unauthorized\"".
[2021-06-13T22:20:22.341047194Z] info If you think this is a bug, please open a bug report with the information provided in "/workspace/yarn-error.log".
[2021-06-13T22:20:22.341071269Z] info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[2021-06-13T22:20:39.993548996Z] warning url-loader@1.1.2: Invalid bin field for "url-loader".
[2021-06-13T22:22:51.469336714Z] unable to invoke layer creator
[2021-06-13T22:22:51.469367091Z] installing node_modules: exit status 1
[2021-06-13T22:22:51.469354322Z] 
[2021-06-13T22:22:51.471310338Z] ERROR: failed to build: exit status 1
[2021-06-13T22:22:53.391578793Z] 
[2021-06-13T22:22:53.391704060Z] For documentation on the buildpacks used to build your app, please see:
[2021-06-13T22:22:53.391828743Z]    Node.js: https://do.co/apps-buildpack-node
[2021-06-13T22:22:53.393328158Z] 
[2021-06-13T22:22:53.393619813Z]  ! Build failed (145)

Other than following the guide linked above, this is a fresh strapi install. Has anybody else faced this and have a workaround?

Thanks in advance.