I’m working on implementing my own custom theme for my app builder configurator. My question is how to properly link it to my Shape Diver configurator. I’ve looked at the notes on the page ‘customize a theme’ on the Shape Diver website, but am unsure about linking a file hosted on my site to the app builder.
For example, in this example URL “https://appbuilder. shapediver. com/v1/main/latest/?slug=appbuilder-tutorial3-imagewidget&g=”
what type of URL would work after the “g=”? I’ve tried just linking the file (e.g “mywebsite. com/theme.json”), but that does not work. Please let me know!
Please open the link you sent in Chrome, and open the developer tools. You will see that the request to your theme file is denied for security reasons, because your web server seems to lack a configuration for CORS.
Access to fetch at 'https://jackbelter.me/theme06.json' from origin 'https://www.shapediver.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.