Page state variable undefined in app.

I’m having trouble with a page state variable. It shows up in studio but when I run my nextjs app it is always undefined.

Screenshot 2023-05-02 at 1.56.34 PM.png

Screenshot 2023-05-02 at 1.56.25 PM.png

can you toggle off “Allow external access”? Doing so moves the owner of the state out to the parent, and there’s no parent for page components… we should disable this toggle for pages :sweat_smile:

That worked. Thanks