You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The groups page is checking the browser supplied referer header but expects it to be a valid URI. Apparently, sometimes it's not valid and then the page is inaccessible.
Expected Behavior
The page still shows.
Actual Behaviour
A snail is shown.
Steps to Reproduce
I was unable to reproduce this because my browsers (Firefox and Chrome) corrected the URL automatically.
Animated Gif/Screenshot
Workaround
Link to the group page with the correct link.
Severity
bug-s5: we can live with it, only a few users impacted
Description
The groups page is checking the browser supplied
referer
header but expects it to be a valid URI. Apparently, sometimes it's not valid and then the page is inaccessible.Expected Behavior
The page still shows.
Actual Behaviour
A snail is shown.
Steps to Reproduce
I was unable to reproduce this because my browsers (Firefox and Chrome) corrected the URL automatically.
Animated Gif/Screenshot
Workaround
Link to the group page with the correct link.
Severity
bug-s5: we can live with it, only a few users impacted
Your Environment
Possible Fix
At a
rescue
statement:openfoodnetwork/app/services/embedded_page_service.rb
Lines 70 to 77 in 6a80cb8
Error in OpenFoodNetwork Aus
URI::InvalidURIError in groups#show
bad URI(is not URI?): "https://www.openfoodnetwork.org.au/groups/6##hubs"
View on Bugsnag
Stacktrace
View full stacktrace
Created by Maikel via Bugsnag
The text was updated successfully, but these errors were encountered: