When I try to upload images in the CMS, after using the one-click deploy with Netlify button, I initially get the following error: "Failed to persist media: API_Error"
In the console, the problem is always listed as a 401 GET error, with one of two error messages:
"This endpoint requires a Bearer token"
"Access to endpoint not allowed: this part of Github's API has been restricted"
The images appear to be successfully uploading to the git repo. After the image upload triggers a new deploy of the website, the images also show up in the media gallery on the backend/admin view of the website.
When I try to upload images in the CMS, after using the one-click deploy with Netlify button, I initially get the following error: "Failed to persist media: API_Error"
In the console, the problem is always listed as a 401 GET error, with one of two error messages:
"This endpoint requires a Bearer token"
"Access to endpoint not allowed: this part of Github's API has been restricted"
The images appear to be successfully uploading to the git repo. After the image upload triggers a new deploy of the website, the images also show up in the media gallery on the backend/admin view of the website.