replication-manager icon indicating copy to clipboard operation
replication-manager copied to clipboard

Version 2.1 JavaScript broken and can't select cluster

Open emanuel7L opened this issue 6 years ago • 5 comments

Upgraded to v2.1 to make use of the smtp credentials parameters for email sending but the JavaScript seems to be broken making the cluster selection unavailable:

image

Btw, I'm installing through the Ubuntu repository like this: version="2.1" echo "deb [arch=amd64] http://repo.signal18.io/deb $(lsb_release -sc) $version" > /etc/apt/sources.list.d/signal18.list apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FAE20E50 apt-get update apt-get install replication-manager-osc

emanuel7L avatar Jul 02 '19 14:07 emanuel7L

Yes please use https i will fixe that , i never test unsecure

Le 2 juil. 2019 à 16:16, emanuel7L [email protected] a écrit :

Upgraded to v2.1 to make use of the smtp credentials parameters for email sending but the JavaScript seems to be broken making the cluster selection unavailable:

https://user-images.githubusercontent.com/46446571/60519833-b8cfff80-9cba-11e9-9d23-3930ec7193b8.png Btw, I'm installing through the Ubuntu repository like this: version="2.1" echo "deb [arch=amd64] http://repo.signal18.io/deb http://repo.signal18.io/deb $(lsb_release -sc) $version" > /etc/apt/sources.list.d/signal18.list apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FAE20E50 apt-get update apt-get install replication-manager-osc

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/signal18/replication-manager/issues/286?email_source=notifications&email_token=AAWVCIHPWK67DI3BJ3446ZTP5NPM5A5CNFSM4H44IMO2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G44W4IQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWVCIEBQKOLQKTG5HQPKBTP5NPM5ANCNFSM4H44IMOQ.

Stéphane Varoqui, VP of Products Phone: +33 695-926-401, skype: svaroqui https://signal18.io/ https://signal18.io/

svaroqui avatar Jul 02 '19 14:07 svaroqui

I get the same error when going through port 10005 (https).

emanuel7L avatar Jul 02 '19 14:07 emanuel7L

Re,

https is listening on port 10005

/Svar

Le 2 juil. 2019 à 16:25, emanuel7L [email protected] a écrit :

I get the same error when going through port 10005 (https).

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/signal18/replication-manager/issues/286?email_source=notifications&email_token=AAWVCIAAU7PNY2VE4CKSEC3P5NQM3A5CNFSM4H44IMO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZBOOQY#issuecomment-507701059, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWVCIAN6BYONIZVSEOABHTP5NQM3ANCNFSM4H44IMOQ.

Stéphane Varoqui, VP of Products Phone: +33 695-926-401, skype: svaroqui https://signal18.io/ https://signal18.io/

svaroqui avatar Jul 02 '19 14:07 svaroqui

Ypu I'm currently using that port, do you plan to fix the JavaScript error soon?

emanuel7L avatar Jul 02 '19 14:07 emanuel7L

Can you try to put a cluster section in your config file like

[Cluster-Mdbshardproxy-Shard1] title = "Shard1" db-servers-hosts = "127.0.0.1:3331,127.0.0.1:3332" db-servers-prefered-master = "127.0.0.1:3331" db-servers-credential = "root:mariadb" db-servers-connect-timeout = 1 replication-credential = "root:mariadb"

[Cluster-Mdbshardproxy-Shard2] title = "Shard2" db-servers-hosts = "127.0.0.1:3333,127.0.0.1:3334" db-servers-prefered-master = "127.0.0.1:3333" db-servers-credential = "root:mariadb" db-servers-connect-timeout = 1 replication-credential = "root:mariadb"

[Default]

Can you send it if this still does not work

Le 2 juil. 2019 à 16:50, emanuel7L [email protected] a écrit :

Ypu I'm currently using that port, do you plan to fix the JavaScript error soon?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/signal18/replication-manager/issues/286?email_source=notifications&email_token=AAWVCIEI7KFVNENJLNAOT4TP5NTKZA5CNFSM4H44IMO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZBRBUA#issuecomment-507711696, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWVCID4LD3TFOCFDDMZZYDP5NTKZANCNFSM4H44IMOQ.

Stéphane Varoqui, VP of Products Phone: +33 695-926-401, skype: svaroqui https://signal18.io/ https://signal18.io/

svaroqui avatar Jul 03 '19 06:07 svaroqui