Unknown error: Failed to fetch — on Kuber
Hello,
I deployed it on Kubernetes using my own domain according to the kuber/ folder, but I can't register or log in. I keep getting the error: 'Unknown error: Failed to fetch.'
All pods are running.
same for me... and i didn't find any error on logs
I am facing the same issue on my end while implementing it locally with the MongoDB connection string.....Please help me out ASAP.
I am experiencing the same issue,
Hi all, The issue has been resolved. Please refer to the attached screenshot for reference.
✅ Solution: Update the account section in your compose.yml with the following lines (replace 8081 with your desired port if needed):
- FRONT_URL=http://localhost:8081(Any port)
- ACCOUNTS_URL=http://localhost:8081(Any port)