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
postgresql://dbuser:[email protected]:5432/database and I'm getting following error.
Error: Invalid URL character '}' at position 27 Error: Invalid URL character '}' at position 27 at Object.validateUrl (/Applications/Postbird.app/Contents/Resources/app.asar/node_modules/connection-string/dist/static.js:37:15) at new ConnectionString (/Applications/Postbird.app/Contents/Resources/app.asar/node_modules/connection-string/dist/main.js:16:18) at Function.parseConnectionString (/Applications/Postbird.app/Contents/Resources/app.asar/app/connection.js:115:14) at Connection.connectToServer (/Applications/Postbird.app/Contents/Resources/app.asar/app/connection.js:183:28) at EventEmitter.openConnection (/Applications/Postbird.app/Contents/Resources/app.asar/app.js:319:10) at LoginScreen.makeConnection (/Applications/Postbird.app/Contents/Resources/app.asar/app/login_screen.js:251:9) at LoginPostgresUrlForm.onFormSubmit (/Applications/Postbird.app/Contents/Resources/app.asar/app/login_components/login_postgres_url_form.js:75:20) at HTMLFormElement.dispatch (/Applications/Postbird.app/Contents/Resources/app.asar/public/jquery.js:5206:27) at HTMLFormElement.elemData.handle (/Applications/Postbird.app/Contents/Resources/app.asar/public/jquery.js:5014:28)
The text was updated successfully, but these errors were encountered:
My connection string looks like:
postgresql://dbuser:[email protected]:5432/database
and I'm getting following error.Error:
Invalid URL character '}' at position 27 Error: Invalid URL character '}' at position 27 at Object.validateUrl (/Applications/Postbird.app/Contents/Resources/app.asar/node_modules/connection-string/dist/static.js:37:15) at new ConnectionString (/Applications/Postbird.app/Contents/Resources/app.asar/node_modules/connection-string/dist/main.js:16:18) at Function.parseConnectionString (/Applications/Postbird.app/Contents/Resources/app.asar/app/connection.js:115:14) at Connection.connectToServer (/Applications/Postbird.app/Contents/Resources/app.asar/app/connection.js:183:28) at EventEmitter.openConnection (/Applications/Postbird.app/Contents/Resources/app.asar/app.js:319:10) at LoginScreen.makeConnection (/Applications/Postbird.app/Contents/Resources/app.asar/app/login_screen.js:251:9) at LoginPostgresUrlForm.onFormSubmit (/Applications/Postbird.app/Contents/Resources/app.asar/app/login_components/login_postgres_url_form.js:75:20) at HTMLFormElement.dispatch (/Applications/Postbird.app/Contents/Resources/app.asar/public/jquery.js:5206:27) at HTMLFormElement.elemData.handle (/Applications/Postbird.app/Contents/Resources/app.asar/public/jquery.js:5014:28)
The text was updated successfully, but these errors were encountered: