Troubleshooting

Enable Cross-Origin Resource Sharing (CORS)

The logs generated by Apache UserALE.js are sent to a logging server which is configured in the script tag or via .js scripts using our API. Your client may send out failure logs because of a CORS (cross-origin resource sharing) issue. You will need to configure your backend server to enable CORS.

For more information and examples on how to enable CORS on your server, please visit enable-cors.org.

Contributing

Contributions are welcome! Simply submit an issue for problems you encounter or a pull request for your feature or bug fix. The core team will review it and work with you to incorporate it into UserALE.js. We also love Pull Requests!