Skip to content

523 Origin Is Unreachable

Cloudflare specific error. Cloudflare could not contact the origin server due to routing issues.

Cloudflare specific error. Cloudflare could not contact the origin server due to routing issues.

import { HttpException, get } from 'shokupan';
export const getResource = get('/resource', () => {
throw new HttpException('Origin Is Unreachable', 523);
});