WatchItDev / watchit-app

Open movies everywhere
https://watchit.movie
GNU Affero General Public License v3.0
334 stars 35 forks source link

Lensauth #215

Open XxSNiPxX opened 1 month ago

XxSNiPxX commented 1 month ago

Added Lens Protocol Login and Register for their Test net.

Added Protected routes for the dashboard.

Error Code ERESOLVE: There's a dependency conflict between react-scripts@5.0.1 and the installed typescript@5.0.4. react-scripts requires a TypeScript version compatible with ^3.2.1 || ^4, but typescript@5.0.4 exceeds this range.

Solutions include downgrading TypeScript, using --legacy-peer-deps or --force during installation, or updating dependencies for compatibility.

geolffreym commented 1 month ago

@Jadapema @XxSNiPxX this issue (error Code ERESOLVE) is related to create-react-app? Can we improve the development stack migrating to vite?
https://github.com/WatchItDev/watchit-app/issues/216

XxSNiPxX commented 1 month ago

@Jadapema @XxSNiPxX this issue (error Code ERESOLVE) is related to create-react-app? Can we improve the development stack migrating to vite? #216

It is yeah, but it works and should not matter. Just force install the libraries. The dependency issue is with some web3 libraries that are not currently used.

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
4 New issues
0 Accepted issues

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

See analysis details on SonarCloud