Hello @gdpelican, @matthias
I’m trying out the original form James built to figure out some integration problem with the webkit.
I am getting access control errors while using the standalone form. Is this because there is a separate whitelist for http://communities.edgeryders.eu/multisite_account.json ?
I have set up a test installation here: https://webkitsandbox.netlify.app
This address is already on the whitelist - so it should in practice work, but I am getting these errors:
Fetch API cannot load http://communities.edgeryders.eu/multisite_account.json?accepted_gtc=true&accepted_privacy_policy=true&edgeryders_research_consent=true&requested_api_keys=edgeryders.eu&auth_key=<Hidden from topic>&email=owen2%40gmail.com&username=owen2_39&password=cC65kggIR5zR2bN due to access control checks.
It seems to read correctly from the .env file, which looks like this:
VUE_APP_DISCOURSE_USER_URL=http://communities.edgeryders.eu/multisite_account.json
VUE_APP_DISCOURSE_AUTH_KEY= Hidden from topic
VUE_APP_DISCOURSE_DOMAIN=edgeryders.eu
VUE_APP_DISCOURSE_TOPIC_URL=https://edgeryders.eu/posts.json
VUE_APP_DISCOURSE_CATEGORY=250
Any ideas? Thanks