baires / shouldideploy

Source of shouldideploy.today
https://shouldideploy.today/
Do What The F*ck You Want To Public License
386 stars 78 forks source link

Website is down #1035

Closed mpayne-coveo closed 10 months ago

mpayne-coveo commented 10 months ago

https://shouldideploy.today/ is returning a 500. API still works, though

baires commented 10 months ago

Noticed this morning, something related to @vercel/analytics/

 ⨯ file:///var/task/node_modules/@vercel/analytics/dist/react/index.js:4
import { useEffect } from "react";
         ^^^^^^^^^
SyntaxError: Named export 'useEffect' not found. The requested module 'react' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:

import pkg from 'react';
const { useEffect } = pkg;

The site is up again