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
Currently as articles have image_url, url which can have slashes / hence causing issues in the route string, which is temporarily avoided by encoding url but in some cases there are crashes as content, title, description etc has html string
Parsing them as html works in some cases but does not in some.
Solution
Find a better way to pass article as argument rather than serializing/deserializing it.
Or Find some way to parse the content so it doesn't mess with the route string
The text was updated successfully, but these errors were encountered:
Currently as articles have
image_url
,url
which can have slashes/
hence causing issues in the route string, which is temporarily avoided by encoding url but in some cases there are crashes as content, title, description etc has html stringParsing them as html works in some cases but does not in some.
Solution
The text was updated successfully, but these errors were encountered: