debby
debby
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
I'm going to get my lunch soo have a nice day!
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
aaah thank you very much Brody
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
Server is running on port 6562
2024-01-26T04:32:26.159Z - POST /api/login
Generated Token: [redacted]
2024-01-26T04:32:27.358Z - GET /api/fetch
Server is running on port 6562
2024-01-26T04:32:26.159Z - POST /api/login
Generated Token: [redacted]
2024-01-26T04:32:27.358Z - GET /api/fetch
it works!!!
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
i don't know what's wrong 😭
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
before I deploy to railway it's working fine (running on local IP)
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
not supported authentication mode, what does it mean? I use JWT token btw
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
2024-01-26T04:11:10.455Z - Server is running on port 6621
2024-01-26T04:11:15.455Z - POST /api/login
Database error: Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
at Sequence._packetToError (/app/node_modules/mysql/lib/protocol/sequences/Sequence.js:47:14)
at Handshake.ErrorPacket (/app/node_modules/mysql/lib/protocol/sequences/Handshake.js:123:18)
at Protocol._parsePacket (/app/node_modules/mysql/lib/protocol/Protocol.js:291:23)
at Parser._parsePacket (/app/node_modules/mysql/lib/protocol/Parser.js:433:10)
at Parser.write (/app/node_modules/mysql/lib/protocol/Parser.js:43:10)
at Protocol.write (/app/node_modules/mysql/lib/protocol/Protocol.js:38:16)
at Socket.<anonymous> (/app/node_modules/mysql/lib/Connection.js:88:28)
at Socket.<anonymous> (/app/node_modules/mysql/lib/Connection.js:526:10)
at Socket.emit (node:events:517:28)
at addChunk (node:internal/streams/readable:335:12)
--------------------
at Protocol._enqueue (/app/node_modules/mysql/lib/protocol/Protocol.js:144:48)
at Protocol.handshake (/app/node_modules/mysql/lib/protocol/Protocol.js:51:23)
at Connection.connect (/app/node_modules/mysql/lib/Connection.js:116:18)
at Connection._implyConnect (/app/node_modules/mysql/lib/Connection.js:454:10)
at Connection.query (/app/node_modules/mysql/lib/Connection.js:196:8)
at /app/index.js:35:14
at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
at next (/app/node_modules/express/lib/router/route.js:144:13)
at Route.dispatch (/app/node_modules/express/lib/router/route.js:114:3)
at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5) {
code: 'ER_NOT_SUPPORTED_AUTH_MODE',
errno: 1251,
sqlMessage: 'Client does not support authentication protocol requested by server; consider upgrading MySQL client',
sqlState: '08004',
fatal: true
}
2024-01-26T04:11:10.455Z - Server is running on port 6621
2024-01-26T04:11:15.455Z - POST /api/login
Database error: Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
at Sequence._packetToError (/app/node_modules/mysql/lib/protocol/sequences/Sequence.js:47:14)
at Handshake.ErrorPacket (/app/node_modules/mysql/lib/protocol/sequences/Handshake.js:123:18)
at Protocol._parsePacket (/app/node_modules/mysql/lib/protocol/Protocol.js:291:23)
at Parser._parsePacket (/app/node_modules/mysql/lib/protocol/Parser.js:433:10)
at Parser.write (/app/node_modules/mysql/lib/protocol/Parser.js:43:10)
at Protocol.write (/app/node_modules/mysql/lib/protocol/Protocol.js:38:16)
at Socket.<anonymous> (/app/node_modules/mysql/lib/Connection.js:88:28)
at Socket.<anonymous> (/app/node_modules/mysql/lib/Connection.js:526:10)
at Socket.emit (node:events:517:28)
at addChunk (node:internal/streams/readable:335:12)
--------------------
at Protocol._enqueue (/app/node_modules/mysql/lib/protocol/Protocol.js:144:48)
at Protocol.handshake (/app/node_modules/mysql/lib/protocol/Protocol.js:51:23)
at Connection.connect (/app/node_modules/mysql/lib/Connection.js:116:18)
at Connection._implyConnect (/app/node_modules/mysql/lib/Connection.js:454:10)
at Connection.query (/app/node_modules/mysql/lib/Connection.js:196:8)
at /app/index.js:35:14
at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
at next (/app/node_modules/express/lib/router/route.js:144:13)
at Route.dispatch (/app/node_modules/express/lib/router/route.js:114:3)
at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5) {
code: 'ER_NOT_SUPPORTED_AUTH_MODE',
errno: 1251,
sqlMessage: 'Client does not support authentication protocol requested by server; consider upgrading MySQL client',
sqlState: '08004',
fatal: true
}
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
can I post the logcats here?
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
console.log('Generated Token:', token); I add this log in script
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
yess
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
Server is running on port 6949
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
done. still error 500 in the service's settings, I use the public URL in my Android Retrofit it's https right?
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
done Brody. I delete again all variables in service. what to do next? do the same to import auto complete variables through the dropdown?
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
okiee, pls wait
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
Database
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
done, still not working.. hmm
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
yes I forgot to use .gitignore ;_;
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
not 'add all' button?
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
No description
76 replies
RRailway
Created by debby on 1/26/2024 in #✋|help
mysql
wait, let me delete all
76 replies