-
-
Notifications
You must be signed in to change notification settings - Fork 388
Open
Labels
Description
🐞 Describe the bug
Deployment on Vercel using Node 24.x results in a 500 error (due to deprecated url.parse() method usage) when trying to login the application.
📚 To Reproduce
- Click the Vercel deployment button from docs
- Create repository with the environments
ACKEE_USERNAME,ACKEE_PASSWORD,ACKEE_MONGODB,ACKEE_ALLOW_ORIGIN - Configure build settings: Build command:
npm run build+ Output directory:dist - Deploy
- Go to the page created by vercel
https://some-ackee-app.vercel.app - Login in with <ACKEE_USERNAME> and <ACKEE_PASSWORD>
- The login page a "Response not successful: Received status code 500" error.
💡 Expected behavior
Successful deployment without errors: When I am on the login page, I expect to login.
⚙️ Environment
- Installation: Vercel
- Ackee version: 3.5.1
📋 Additional context
- I've tested the build locally with the docker compose variant: this seems to work perfectly using the same values for: ACKEE_USERNAME, ACKEE_PASSWORD, ACKEE_MONGODB, ACKEE_ALLOW_ORIGIN variales.
- The application in the container is able to make a connection to the MongoDB Atlas cluster: mongodb+srv://...:...@....mongodb.net/
- Update: I noticed the same error on the netlify build
Reactions are currently unavailable

