api/auth/csrf fetch failed #18855
Replies: 2 comments
-
I found two similar unsolved discussions that might be relevant to your issue: For the
By ensuring these configurations and setups are correct, you should be able to resolve the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
CSRF Endpoint Accessibility works and accessible using GET request. What next? |
Beta Was this translation helpful? Give feedback.
-
I have this
@calcom/web:start: [next-auth][error][CLIENT_FETCH_ERROR]
@calcom/web:start: https://next-auth.js.org/errors#client_fetch_error fetch failed {
@calcom/web:start: error: {
@calcom/web:start: message: 'fetch failed',
@calcom/web:start: stack: 'TypeError: fetch failed\n' +
@calcom/web:start: ' at Object.fetch (node:internal/deps/undici/undici:16289:11)\n' +
@calcom/web:start: ' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)',
@calcom/web:start: name: 'TypeError'
@calcom/web:start: },
@calcom/web:start: url: 'https://booking.tourdefarm.com/api/auth/csrf',
@calcom/web:start: message: 'fetch failed'
@calcom/web:start: }
What is this error and how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions