I'm customizing the GeoForm template, including adding a customization to the builder. A basic app, hosted on my own server, is found here: GeoForm
I believe I should be able to load the builder by adding "&edit=true" as a url parameter, but I'm asked to sign in, click OK (no text boxes to enter credentials), and taken to an error page saying "Invalid redirect_uri": GeoForm
I see in the error page URL, it passes the redirect_uri parameter to a file that doesn't exist on my server (oauth-callback.html). How do I point it elsewhere?
I'm sure it's a simple configuration issue. Any ideas?