-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
π Bug Description
when trying to get an instance's chats, by making a POST request to /chat/findChats/instance_name
it returns a status 500 error:
[1] {
[1] status: 500,
[1] error: 'Internal Server Error',
[1] response: {
[1] message: '\n' +
[1] 'Invalid `prisma.$queryRaw()` invocation:\n' +
[1] '\n' +
[1] '\n' +
[1] 'Raw query failed. Code: `N/A`. Message: `N/A`'
[1] }
[1] }
π Steps to Reproduce
make a POST request to /chat/findChats/instance_name
β Expected Behavior
a list of chats to be returned
β Actual Behavior
it returns a status 500 error:
[1] {
[1] status: 500,
[1] error: 'Internal Server Error',
[1] response: {
[1] message: '\n' +
[1] 'Invalid `prisma.$queryRaw()` invocation:\n' +
[1] '\n' +
[1] '\n' +
[1] 'Raw query failed. Code: `N/A`. Message: `N/A`'
[1] }
[1] }
π Environment
- OS: Ubuntu 22.04
- Node.js version: v24.4.0
- Evolution API version: 2.2.3
- Database: MySQL 8.0.42
- Connection type: Baileys
- Docker: atendai/evolution-api
CONFIG_SESSION_PHONE_VERSION=2.3000.1025110696
π Logs
π Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working