João Malés
João Malés
One more in need of a NextJS example with Companion. I'm trying to setup things but having problems in figuring out what goes where and if it's at all possible.
I'm trying to setup a new API middleware to use Companion but I'm getting errors: **`POST http://localhost:3000/api/uppy/url/meta 404 (Not Found)`** **`OPTIONS http://localhost:3000/api/uppy/url/meta 404 (Not Found)`** This is my `pages\api\uppy\index.js` nextjs...
Was this solved? I seem to have an issue related to this one, if not the same.
Solved it. Added my own function which is called by either `MouseUpHandler()` and `OnResize()`. For people with the same trouble: var parentHeight = document.getElementById("visPanel").clientHeight; var parentWidth = document.getElementById("visPanel").clientWidth; var canvases...