Hi Prismic,
We're switching over our content workflow to Prismic, which is a great improvement to our website overall. We're completely ready to swap over our content to your platform, but seem to run into a bug. A bit more info about what we do:
- Get content of articles via REST API, then process and display it on our website
- Create new articles that get a custom UID, which is used to get a specific article through the API
Everything is set up and working well, using a testing article we created. However, we're now trying to publish more articles, but they cannot be reached via the API. We can always only access the first article that was created, the other articles we get the following error. What's going on here? Keep in mind, the code for the first article and the rest on the website is exactly the same, something is Prismic itself is going wrong.
{"type":"api_security_error","message":"Access to this Ref requires an access token","oauth_initiate":"https://your-repo.prismic.io/auth","oauth_token":"https://your-repo.prismic.io/auth/token"}