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
Has anyone been able to achieve this? I am currently running into a brick wall with the deployment failing because of Axios being a dependency of the Kontent.ai core SDK. See the error message below.
AxiosError: There is no suitable adapter to dispatch the request since : adapter xhr is not supported by the environment adapter http is not available in the build] {
message: 'There is no suitable adapter to dispatch the request since : adapter xhr is not supported by the environment adapter http is not available in the build',
'AxiosError',
'ERR_NOT_SUPPORT'
}
{
'There is no suitable adapter to dispatch the request since :
- adapter xhr is not supported by the environment
- adapter http is not available in the build',
'AxiosError',
'ERR_NOT_SUPPORT'
}
Am I missing a setting that I need to enable in the Cloudflare dashboard to get this to deploy correctly as it already does on Vercel?
My NextJS setup is v13.5.2, using the pages directory.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Has anyone been able to achieve this? I am currently running into a brick wall with the deployment failing because of Axios being a dependency of the Kontent.ai core SDK. See the error message below.
Am I missing a setting that I need to enable in the Cloudflare dashboard to get this to deploy correctly as it already does on Vercel?
My NextJS setup is v13.5.2, using the pages directory.
Beta Was this translation helpful? Give feedback.
All reactions