CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
23.1k stars 2.8k forks source link

feat(text-diff) fix module not loading #1352

Closed gitmotion closed 4 weeks ago

gitmotion commented 1 month ago

Fix: https://github.com/CorentinTh/it-tools/issues/1291

vercel[bot] commented 1 month ago

@gitmotion is attempting to deploy a commit to the Corentin Thomasset's Team Team on Vercel.

A member of the Team first needs to authorize it.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

gitmotion commented 4 weeks ago

did a little more digging and found that the problem was with authentik, the fix for me was to set /assets/* in the unauthenticated paths - closing this pr

image