diff --git a/README.md b/README.md index 33f30df2..67638748 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ Maxun lets you train a robot in 2 minutes and scrape the web on auto-pilot. Web Website | Discord | Twitter | - Join Maxun Cloud + Join Maxun Cloud | + Watch Tutorials
 @@ -109,6 +110,17 @@ BYOP (Bring Your Own Proxy) lets you connect external proxies to bypass anti-bot # Cloud We offer a managed cloud version to run Maxun without having to manage the infrastructure and extract data at scale. Maxun cloud also deals with anti-bot detection, huge proxy network with automatic proxy rotation, and CAPTCHA solving. If this interests you, [join the cloud waitlist](https://docs.google.com/forms/d/e/1FAIpQLSdbD2uhqC4sbg4eLZ9qrFbyrfkXZ2XsI6dQ0USRCQNZNn5pzg/viewform) as we launch soon. +# Screenshots + + + + + + + + + + # Note This project is in early stages of development. Your feedback is very important for us - we're actively working to improve the product. Drop anonymous feedback here. diff --git a/server/src/routes/auth.ts b/server/src/routes/auth.ts index 6766a356..9240cc0c 100644 --- a/server/src/routes/auth.ts +++ b/server/src/routes/auth.ts @@ -15,7 +15,7 @@ interface AuthenticatedRequest extends Request { router.post('/register', async (req, res) => { console.log('Received request at /auth/register'); - console.log('Received body:', req.body); + try { const { email, password } = req.body diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx index 1150dd72..1489994c 100644 --- a/src/components/molecules/IntegrationSettings.tsx +++ b/src/components/molecules/IntegrationSettings.tsx @@ -113,9 +113,9 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I }, [recordingId]); return ( -