-
-
Notifications
You must be signed in to change notification settings - Fork 30
🐛 Unable to create auth token #153
Copy link
Copy link
Open
Labels
status:to be verifiedNeeds to be reproduced and validated.Needs to be reproduced and validated.type:bugBugBug
Metadata
Metadata
Labels
status:to be verifiedNeeds to be reproduced and validated.Needs to be reproduced and validated.type:bugBugBug
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Todo
No duplicates 🥲.
Database
PostgreSQL
What happened?
Original issue spiral/cycle-bridge#85
The payload contains an url. Upon
json_encode, it will add backslashes to escape the uri e.ghttp:\/\/127.0.0.1:8080\/which I guess somewhat invalid forbyteacolumn. Removing the URL from the payload resolves the issue.Version