- Debug mode is enabled. This is not recommended for production installations.
- The backend URL /admin is too generic. Please set to something more unique.
Could anyone give me solutions for this problems? thank yu
Could anyone give me solutions for this problems? thank yu
this can be “solved” in your .env file at the root of your project.
You can set to false :
APP_DEBUG=false
BACKEND_URI=/intranet
intranet being replaced by whatever you prefer