-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
Description
Description
Just noticed that after upgrading Feed-me from 5.1.3.1. to 5.11.0 the links in the log are referencing the front-end domain.
v5.1.3.1 the links in the log file were relative to the current domin i.e:
{"date":"2025-06-23 09:19:40","type":"info","message":"FEED NAME: Existing element [`#1254`](\/admin\/users\/1254) found.","key":"ikbifmnrzjbqaoqdgnpl"}
5.11.0 The database log table has the full (front end domain) URL:
{"message":"Existing element [`#1254`](https:\/\/FRONT_END_DOMAIN\/admin\/users\/1254) found.","feed":"FEED NAME","key":"ahlgfvacdqfybarejomb"}
For portability can we go back to using the relative url for the logs, or at least using the craft domain.
Related to #1636
Additional info
- Craft version: Craft Pro 4.15.0.2
- PHP version: 8.1.29
- Database driver & version: MySQL 8.0.36
- Plugins & versions: Feed-me 5.11.0