You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to me that non url GUIDs would be more portable. However I’m getting the following error from feed validators:
guid must be a full URL, unless isPermaLink attribute is false: 22e86428-9533-4017-a4db-c468754b9304 (50 occurrences)
<guid>22e86428-9533-4017-a4db-c468754b9304</guid>
Hi @mjgs , you can try this library that solves the issue you mentioned. @gaphub/feed @gaphub/feed will automatically determine if the input id is a url, and if not, it will add the isPermaLink='false' attribute to the final xml
Tip: The guid field is cancelled and the id field is used uniformly
Seems to me that non url GUIDs would be more portable. However I’m getting the following error from feed validators:
I didn’t find anything relevant in the documentation or code.
Is there a way to set the guid guid isPermaLink attribute?
The text was updated successfully, but these errors were encountered: