Hi, I'm picking up development after another developer, so I'm not familiar with Dropbox.
I've managed to get the Dropbox button working, but when clicked I get the: "Origin does not match any app domain"
As I understand it, I have to place the URL into the: "Chooser / Save domains" field, but when I do it appears to be choking on the port number in the URL, with the error: "The domain name you entered is invalid"
I'm using: "http://under-cloud:8888/" for local development, and because I'm using MAMP Pro I have to use the port number (I've tried switching to the default port numbers, but it kills the application).
Update: I've managed to remove the port number, but it's made no difference, and I'm still getting the same error as before.
Any ideas?