WebApp3 Reactions Sample Plugin

Distribution for WebApp3 Reactions Plugin (sample)

1 Like

Nice work ! Thanks for sharing !
Any chance actual “source” package might be shared somewhen soon as well ?
Cheers
Joerg

Hi greggie,
I am a developer who want to run pexip plugin-reactions on my Mac locally, I want to know how I can debug the code locally. I referenced github of this project, download the code and run it with npm start, I change Platform > Global Settings > Security > HTTP Content-Security-Policy as the following: “upgrade-insecure-requests; default-src ‘self’; frame-src ‘self’ http://localhost:5173 …”
the vite.json is like:“{
“infinityUrl”: “https://202.xxx.xxx.1xx”,
“port”: 5173,
“brandingPath”: “/plugintest”
}”, then I run npm start, but I got some error:

Anything wrong about the config, what should I do for local debug? Thanks.