Hey there, looking for some help regarding some nasty and close to impossible to debug Error 1101 "E
Hey there, looking for some help regarding some nasty and close to impossible to debug Error 1101 "Error: The script will never generate a response." errors.
We are developing quite a simple NextJS app that's bringing some APIs together. In particular we use Auth0 as an Auth Provider and then SWR to fetch data from multiple REST routes. Classic Customer Portal solution. It's still in the PoC level so we didn't even leverage KV or D1 yet. What drives us crazy is the fact that the same code runs perfectly fine on Vercel but constantly hits the 1101 on CF Pages.
We tried to run
If anyone have some ways on how to demistify this generic error ... I am highly greatful.
For context: We had some issues in one of the dependencies of the project before. That was when we first deployed it to Vercel. Vercel gave us a perfect clear logging output regarding the issue. We fixed that library to make it Edge compatible. Not the app runs fine on Vercel but still not on CF Pages.
We have auto Github deployments configured on both platforms and use the same config (ENV vars) on both. So code and config are identical. It's just the platform that difers ...
We are developing quite a simple NextJS app that's bringing some APIs together. In particular we use Auth0 as an Auth Provider and then SWR to fetch data from multiple REST routes. Classic Customer Portal solution. It's still in the PoC level so we didn't even leverage KV or D1 yet. What drives us crazy is the fact that the same code runs perfectly fine on Vercel but constantly hits the 1101 on CF Pages.
We tried to run
wrangler pages dev locally in hope that it might give us some more information but it simply won't work on our Windows machines.If anyone have some ways on how to demistify this generic error ... I am highly greatful.
For context: We had some issues in one of the dependencies of the project before. That was when we first deployed it to Vercel. Vercel gave us a perfect clear logging output regarding the issue. We fixed that library to make it Edge compatible. Not the app runs fine on Vercel but still not on CF Pages.
We have auto Github deployments configured on both platforms and use the same config (ENV vars) on both. So code and config are identical. It's just the platform that difers ...
