You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
The JWT-Token request seems to be successful according to build-log
and server-log
But the actual requests to acquire the collection data seems to be failing with an HTTP 403 error
This only occurs with the new 1.0.0 release, the 1.0.0-alpha.1 worked and still works fine.
The only thing, that changed is the usage of
collectionTypes
instead ofcontentTypes
in the gatsby-config.jsaccording to the README.md
Context (Environment)
strapi 3.6.2 in both development and production mode with credentials passed in as environment variable or
inline ( tried both )
Potential Fix
Found the method where the token is set in the request Header. It seems to be set with an additional
header
in theAuthorization
key.The text was updated successfully, but these errors were encountered: