A guide to help you with common issues faced when working with Hanko Cloud
CORS error
localhost
, you’ll need to add a URL like http://localhost:3000
. For production, you’ll need to add the production URL. Please follow this guide for a seamless setup of Hanko Cloud.404 (Not Found)
API URL
has been incorrectly configured. Depending on your framework, you may need to prefix your URLs with PUBLIC, NEXT_PUBLIC, or another specific prefix. This prefixing ensures that these environment variables are exposed to the browser and can be accessed by your frontend.Here are some of the examples'r' is read-only error when deploying a CRA
"r" is read-only
error after you deploy a CRA (Create React App). To fix it you’ll need to add @babel/core
as a dependency in your project. You can do this by running the following command:My issue is not listed here