I can no longer access the timelog url created by my company
-
I can no more access this timelog URL created by my company since Gitlab was updated to version 17.5 , here the URL https://gl.eweev.com/-/timelogs - I checked in the network and saw this error below
{
"errors": [
{
"message": "Non-admin users must provide a group_id, project_id, or current username",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"timelogs"
]
}
],
"data": {
"timelogs": null
}
}
-
I tried then to add username, or groups id in the URL but without any success as I got 404 page not found
- With my username : https://gl.eweev.com/Akrams/-/timelogs
- With my groups id : https://gl.eweev.com/eweev/geeks/-/timelogs, I used this group as this is what I have when opening the project : https://gl.eweev.com/eweev/geeks/maiori/maiori-website/-/boards
Thank you for your help
Edited by Akram Sarkis