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 Event model has a field for url as stored in the database. In the user interface however, the displayed url may get coerced to conform to the GitHub pages github.io format. This means that the url may look correct in the AMY interface, but external queries retrieve the stored value which may not be correct.
The Event model has a field for
url
as stored in the database. In the user interface however, the displayed url may get coerced to conform to the GitHub pages github.io format. This means that the url may look correct in the AMY interface, but external queries retrieve the stored value which may not be correct.Example:
https://user.github.com/2024-01-01-example
gets coerced to https://user.github.io/2024-01-01-example. Database queries return the stored
.com
value but the AMY administrator sees the.io
valueThe text was updated successfully, but these errors were encountered: