500 Internal Server Error in Plasmic Project

What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets)
I was updating the code and I pushed my code to the github and then I got the 500 internal Server Error

What are the reproduction steps?

In plasmic I am able to view the link only in my next js code localhost:3000 I am not able to view it, throws the above error.

Build also throwing the error

Project Id and Token is properly connected, please help to rectify this issue

Relevant links:

I think this issue is somewhat related to userinfo logic I have implemented. Earlier also I was having this issue, Solution was provided by the plasmic team.

in the above link, but now again it is happening. Could you please let me know, I have made the changes what was told to me.

Any update ?? On this topic please.

It would be really helpful if anyone can guide me

@dev_net-art hi!
It’s quite hard to tell without looking at the source code
Can you pinpoint some recent changes in studio and code that you’ve did before this started to occur?
I’m assuming that most likely you’re trying to access something that is not available from the server side, which results in an error

Hi,

There is nothing I have done in my source code in next js project.

I was working in plasmic itself, testing the flow, even I am not sure what causes this issue since I was testing it in the plasmic preview and there it is working fine. Its when I pushed the build I got to know about the error.

The most recent page changes I have done is the below mentioned page.

Earlier there was no condition for the localStorage but I have changed it now still it is not accessible.

Hi, Any update ??

Like if we get to know what causes this issue, it would be really helpful.

Hi, it got solved, There was addition “]” in the api graphql request which caused this issue.

Thanks for all the help.