Page 1 of 1

More application simultaneously

Posted: Sat Jan 06, 2024 5:31 pm
by calida82
I already have a working nubuilder application and I need to create another one that resides on the same server. I installed nubuilder in a new folder and the new installation works, but I can't use both applications together... when I switch from one application to another I either have to log in again or the page doesn't reload... because ? how can I solve it?

Re: More application simultaneously

Posted: Sun Jan 07, 2024 3:47 pm
by kev1n

Re: More application simultaneously

Posted: Fri Jan 19, 2024 12:51 am
by calida82
hi,
no that didn't help me. in my server I have two folders app1 and app2 in each folder has its own nubuilder installation each installation has its own database but I can't open them at the same time. the only way I've found to use them at the same time is to use two different browsers, one for each app. if I open 2 chrome tabs it doesn't work, if I open 2 chrome windows it doesn't work if I open a chrome window and a firefox window it works...

Re: More application simultaneously

Posted: Fri Jan 19, 2024 12:57 am
by kev1n
Did you set up subdomains for each instance?

Re: More application simultaneously

Posted: Fri Jan 19, 2024 11:14 am
by calida82
the apps only run locally, they cannot be accessed remotely, they have an address like 192.168.1.100/application1
192.168.1.100/application2
I imagine that to have a different domain I have to use containers or am I wrong?

Re: More application simultaneously

Posted: Fri Jan 19, 2024 11:29 am
by kev1n
As indicated in the provided link, access to nuBuilder instances requires navigating through subdomains, such as:

- https://nubuilder1.yourdomain.com
- https://nubuilder2.yourdomain.com

The configuration of subdomains is contingent upon your specific setup. For Windows XAMPP users, detailed instructions on setting up subdomains can be found here: https://www.dev-tips-and-tricks.com/add ... on-windows