Hi everyone,
I’m developing a SPA marketplace. The index page has type of content
set to Product
, which complicates adding a chat feature that needs to pass creator
and current user
parameters.
Should I remove the type of content
from the index page for more flexibility in navigation and data transfer? This change results in over 200 errors.
Will I face ongoing issues if I keep the type of content
? Also, could reducing workflows by removing the type of content
potentially save workloads?
Thanks for your help!