hello, I am having issue on gulp theme:local with ...
# suitecommerce
s
hello, I am having issue on gulp theme:local with PDP and getting console error: Unexpected token < in JSON at position 1
anyone who experienced the same?
s
The error code will indicate the problem
Essentially you've requested data from the server and it has run
JSON.parse()
on it. If you've received
<
then that it means it likely sent an HTML page instead of JSON data, which usually means something like a 404 or 500 error page
s
i see. I think I have to do a theme fetch
Thanks
it looks like the extensions I deployed are not in my extras
m
Rule of thumb: If any thing done at extension level you should always do fetch first.