-
Notifications
You must be signed in to change notification settings - Fork 475
Make demo project public #5232
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
Make demo project public #5232
Conversation
|
Your Render PR Server URL is https://frontend-pr-5232.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-cha2optgk4qbt769bq30. |
Vadman97
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good callout! I'll clean that up.
This is expected! Note the changes to the logs resolvers which should fix these issues.
Will fix this as well! |
…demo-project-public
…demo-project-public
…demo-project-public
Summary
Makes the demo project (the Highlight marketing site) public to people who are not logged in. Also fixes some auth checks for fetching data from the backend where we want to expose them for the demo project.
How did you test this change?
Local and PR preview click test. Tried to hit a number of different
/demo/*routes while logged out and monitored network requests in the devtools to make sure requests weren't failing.Are there any deployment considerations?
N/A