Data Provider Renders in Studio but not in localhost

I created custom data provider component, was able to load products in the studio, but when I go to localhost, getting following error:

But in the studio its fine:

image

Project: Plasmic

Hey @pavlo_tsyhanok,

The issue means that the server did not render the same things as the client.
You can read how to solve this issue here, by using our query hook: Querying data with code components | Learn Plasmic

1 Like