Referrer field won't show up.
So after days of trying to fix this issue myself, I decided to ask you guys in here.
Locally, the rails server works fine and when I use impressionist, the referrer field gets submitted to postgres correctly. When I use heroku however, the referrer field isn't getting logged to the postgresql database.
Have you guys experienced this issue before?
Best regards!
The executed SQL statement from the heroku logs:
SQL (0.9ms) INSERT INTO "impressions" ("impressionable_type", "impressionable_id", "user_id", "controller_name", "action_name", "request_hash", "ip_address", "session_hash", "params", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING "id"
As you can see, there is no referrer being submitted. The table is existent in the Postgres db though.
Im having this even in development