I think 404 Not Found error after deploying a Mendix app in Private Cloud is usually due to network configuration issues, Mendix operator misconfiguration, or application deployment problems, not licensing
Here's a concise breakdown:
- Network: Verify Ingress/OpenShift Route/Service configurations are correct in the OperatorConfiguration, including the domain and TLS settings
- Check DNS is set up correctly if using Ingress
- Ensure no firewall rules block access
- Mendix Operator:
- Confirm the Mendix Operator is running correctly
- Ensure the correct endpoint (Ingress or OpenShift Route) is selected. If switching, the Mendix Operator may need a restart
- Application Deployment:
- Check the deployment package is correct
- Verify the environment is properly set up with a valid namespace
- Ensure the App URL is set correctly
- Licensing: While licenses are required, they are not the likely cause of a 404 error.... An invalid license may cause restrictions, but typically not a 404
Troubleshooting:
- Review network settings and confirm the application's domain is correctly set up
- Examine Mendix Operator logs and application logs for errors
- Look for errors in the Mendix Portal environment details
- Check the deployment status of application pods
- If necessary, restart the Mendix Operator
- Verify the liveness probe is configured correctly