FOUNDATION AI BASED
FOUNDATION AI BASED
> @FOUNDATIONAIBASED what is your operating system? > Ubuntu 22.4.3
> I encountered the same issue as you. When I changed the URL to localhost:5173 instead of 127.0.0.1:5173, the problem was resolved. At least this solution works for you but...
@F1zzyD i am aware of that! But that didn't solve the issue for me!
Try this maybe that helps! Use the credentials to login into minio!: MINIO_ACCESS_KEY=minio_access_key # MinIO access key MINIO_SECRET_KEY=minio_secret_key # MinIO secret key go to ipadress:9001 login with the credentials! create...
The errors i get now are: On robots page: Remote browsers are currently busy. Please wait for a few minutes and try again Api Key page: Failed to fetch API...
Logs show this i guess i made in the .env a mistake with the JWT secret!: JWT verification error: JsonWebTokenError: jwt malformed at module.exports (/app/node_modules/jsonwebtoken/verify.js:70:17) at requireSignIn (/app/server/src/middlewares/auth.ts:18:11) at Layer.handle...