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
Hello everyone I am new to this project and tried to start it up for the first time. On build I get an error about an expected parameter accessToken. I am not familiar with contentful and nuxt. Is there another part of setup I need to do outside of "npm run dev"
ERROR ServerMiddleware Error: Expected parameter accessToken 15:19:46
TypeError: Expected parameter accessToken
at Module.createClient (node_modules\contentful\dist\contentful.node.js:5745:11)
at Object.<anonymous> (api\routes\homebrews.js:18:27)
at Generator.next (<anonymous>)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)
The text was updated successfully, but these errors were encountered:
Oh hi, I just noticed. Sorry, I was not ignoring it, I just did not check the issue section often :D
So, the project is not intended to run without issues outside my usual setup. I need to check. Some data is fetched from external points, thus the access tokens are not part of the public repository.
Hello everyone I am new to this project and tried to start it up for the first time. On build I get an error about an expected parameter accessToken. I am not familiar with contentful and nuxt. Is there another part of setup I need to do outside of "npm run dev"
The text was updated successfully, but these errors were encountered: