You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try: GET /?serviceIdentifier=7e100baf-f4b1-4956-9b65-231bc29fe079&serviceIdentifier=7e100baf-f4b1-4956-9b65-231bc29fe079
select * from serviceswhereservice_identifier = '7e100baf-f4b1-4956-9b65-231bc29fe079', '7e100baf-f4b1-4956-9b65-231bc29fe079' limit 1 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' '7e100baf-f4b1-4956-9b65-231bc29fe079' limit 1' at line 1
user-service/src/controllers/AuthController.ts
Line 31 in c90b875
Try:
GET /?serviceIdentifier=7e100baf-f4b1-4956-9b65-231bc29fe079&serviceIdentifier=7e100baf-f4b1-4956-9b65-231bc29fe079
select * from
serviceswhere
service_identifier= '7e100baf-f4b1-4956-9b65-231bc29fe079', '7e100baf-f4b1-4956-9b65-231bc29fe079' limit 1 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' '7e100baf-f4b1-4956-9b65-231bc29fe079' limit 1' at line 1
Sentry issue: https://tko-aly-ry.sentry.io/issues/3918528895/
Should check
typeof req.body.serviceIdentifier === 'string'
and for the other fields as well. Probably in all other controllers and methods too.The text was updated successfully, but these errors were encountered: