Actually, I was only encountering this in the “GPT preview” aspect. When interacting with it via the normal ChatGPT frontend, as a user would, the link was clickable (on desktop)
@logankilpatrick I’m not sure how this is an edge case. Pretty much any request with a reuqest to provide a link will be a full URL, won’t it? In what use cases does it provide a workable URL?
ChatGPT-4o seems to be becoming worse with URL generation - most of the time they are not clickable (or less than 50% are) and then when they are clickable, often they give 404 errors!
I’m encountering an issue with URLs generated by custom actions in GPTs. While the links appear as blue text in all desktop browsers across various platforms and devices, they are not clickable. Interestingly, these same links function correctly in both the iOS and Android apps.
Details:
Behavior:
Desktop Browsers: Links appear as blue text but are not clickable.
Mobile Apps (iOS & Android): Links are fully clickable and functional.
The <a> tag lacks an href attribute, which might be contributing to the issue.
Links are styled correctly and appear as expected visually.
Additional Information:
Environment: All desktop and mobile browsers (various types), iOS and Android apps.
Attempts to Resolve: Verified that the issue persists across different desktop and mobile browsers and confirmed that links work on mobile platforms. Reviewed the HTML structure and identified the missing href attribute.
Any insights or suggestions would be greatly appreciated!