Hi everyone,
I have build app with an Item View feature, it is already released and hosted on monday.com as client-side code. Now i need to add server-side support for my app. I’m trying to understand the recommended way to implement it. Looks like my current approach might be wrong. i implemented server-side logic and hosted it on monday.code as Server-side code. I am testing it using a draft version, but it doesn’t work. I keep getting CSP errors when the frontend tries to call the backend.
Do i need to change deployment type for my app, pack client-side and server-side code together and host it as server-side code on the monday.com to fix this issue? Is it ok to change deployment type for released app? or how to implement it correctly?
Any clarification would be really helpful. Thanks!