-
Notifications
You must be signed in to change notification settings - Fork 104
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
Is this broken now? #83
Comments
Interesting what exactly is not working ? I used this repo for the first time yesterday and it works locally and as a download action. |
ref: #84 |
Not logged in error after logging in.
🔐 Logging into tailwindui.com... 🗂 Output is ./output |
I haven't checked recently. Let me see. |
Hmm. I have tried again on my repo. Same error as i reported above. Could you please share your commit hash to make sure we are on the same codebase? |
It's the latest master d3cc6ee Do you have the all-access subscription? That's what I have. I wonder if that's the difference. |
Maybe this works for you also #84 |
@kiliman The issue I noticed are that tailwind is now blocking non-origin access from its CDN (https://tailwindui.com/build/assets/). So we need to download the sources from the headers and iframe and serve them locally. |
Yes, I noticed that too. I have a version running locally that I'm still testing. I'll try to get a preview version that you can try out by tomorrow. |
Thanks @kiliman ... Youre awesome! |
Eagerly waiting for updates |
Would be great if you could release the preview version. I copied almost all components by hand in the meantime to have them available when I'm on a plane. However, they updated many, many components to headlessui 2.1, and I definitely don't want to copy all of them by hand again xD |
Ahh, I was trying to use this package with the new components Adam talked about in the TailwindUI newsletter today. Does anyone have any patches, workarounds, branches, or forks? |
@jlarmstrongiv Are you asking about the preview mode? Or are you unable to download the components at all? |
The latest release 4.1.1 is now downloading components and templates 🎉 that wasn’t working for me yesterday |
Yeah, they changed the URLS to include the full domain, which broke how the files were stored. As for the preview, they also changed how it works now. When you change language in the dropdown, it sends a PUT request to their website and then returns a JSON payload with the data. Perhaps they're trying to crack down on crawlers. I'm still looking at options to support local previews. |
One thing I also noticed is that the file names may have unexpectedly appended https/ Anyway, thanks again for the update @kiliman 😄 I really appreciate it |
I'm unable to use it to download.
First I got the "Not logged in error" when downloading a section. Since it was looking for my email address in the HTML, the email address is not present as is on that page html anymore. It's in a modal dialogue.
When I bypassed that, I got an error where "component.snippets" was null. The data-page attribute has a javascript object there doesn't have those fields anymore. In fact the iframes for each component now has srcdoc.
The text was updated successfully, but these errors were encountered: