Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
5066 Представления

Normally, after clicking on a database in /web/database/selector we are redirected to /web/login

Like this:

--> https://url/web?db=my_bd

--> http://url/web/login

--> https://url/web/login


But in my case, I am stuck with the same url:

--> https://url/web?db=my_bd

--> http://url/web?db=my_bd

--> https://url/web?db=my_bd


Can anyone help?

Аватар
Отменить
Лучший ответ

You should ensure that each domain only points to one database. In this case the database selector page is not called.

Аватар
Отменить
Автор

I have tried to use db_name but unfortunately it doesn't work

Лучший ответ

Hi Samuel,

Basically the redirection occurs from the main addons files. To be precise the web module in the main addons.

So the issue with not redirecting to the login url will be the issue with your web module.
Try replacing it with the latest code from the git and try again.

Good day.

Аватар
Отменить
Автор

Thank you Cybrosys for your reply, but it doesn't seem to be a web module issue as I use the same code in another environment and it works.

Related Posts Ответы Просмотры Активность
1
мая 25
4568
1
окт. 22
5139
0
апр. 22
1857
4
июл. 24
13978
1
авг. 22
2414