-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add tlon hosting upload method #2906
Conversation
I added more details on how to test in https://github.com/tloncorp/ylem/pull/1715. This PR has an issue I am not able to debug, which makes an "eyrie" button to appear in the frontend, blocking the upload button. It works if I remove the button, and the file is uploaded, but this is certainly a bug introduced by this PR. I can try to solve it myself, but I need some guidance, as I don't understand the source of this problem. |
That button only appears when running the app via the local dev server. Are you saying you ran |
@guaraqe Thanks! The "eyre" button is a piece of developer tooling to watch connections and subscriptions. You can toggle it with |
Yes, but this button seems to appear because it detects some bug in the frontend. The question is: I don't understand what exactly is the bug, I was not able to identify it from the console logs or requests. |
It appears all the time, by default, when you run the app locally. |
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.
Looks good!
I will sync the PR with the proxy one, and open both at the same time, with the instructions for testing.