Troubleshooting
I can't see the events
See if the Base URL is set properly in the tracking snippet
It should point to the server that is hosting the freshlytics system
Make sure the
COLLECT_URLin tracking snippet is<BASE_URL>/api/collectand not<BASE_URL>/collectTry making a CURL request to the freshlytics system using
$ curl <BASE_URL>/api/collectthis should return a{"message":"project_id not sent"}error
Failed to prune sessions: relation "session" does not exist
Make sure the database migrations and seeding is done as per the instructions in the "Installation" page.
Last updated
Was this helpful?