Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider whether we need to coerce GitHub pages urls for workshop websites #2605

Open
maneesha opened this issue Jan 23, 2024 · 0 comments
Open

Comments

@maneesha
Copy link
Contributor

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 value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant