You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deployed my puck app on vercel . When i do some edits and hit the publish button . The puck Api gives response 500 .While on local everything is working prefectly fine
The text was updated successfully, but these errors were encountered:
It sounds like something's not quite right with your onPublish function's code. As each implementation of Puck is different this sounds like a userland issue. Given that it's working locally and not on Vercel, I'd look through your environment variables to ensure they match up on both, or perhaps the endpoint you're hitting isn't whitelisted against your Vercel domain. Without seeing the onPublish, it's difficult to know where exactly the fault might be.
I have deployed my puck app on vercel . When i do some edits and hit the publish button . The puck Api gives response 500 .While on local everything is working prefectly fine
The text was updated successfully, but these errors were encountered: