Authentication fail URL not found May 12, 2020, 06:55:08 PM Hello everyone! I'm having quite a few problems with uploading the apps to production. In local mode they run perfectly, but in production I had many problems, with user authentication mode it does not address the url, but if I remove the authentication it works perfect. I leave an image, any solution?https://subefotos.com/ver/?9a922d84461764504bc21facbaeb9439o.jpg Quote Selected Last Edit: May 12, 2020, 07:00:34 PM by ddiaz2380
Re: Authentication fail URL not found Reply #1 – May 12, 2020, 09:32:49 PM Sorry to bother so much, but I need to run the production server.Now I have this error. Some help?https://ibb.co/5hJ0954I think the problem is the connection to the database.They are containers docker, I am developing with php 7.2 and PHP Version 7.3.17 is running on the server. It is superior so you should have no problems. I hope some help, thanks! Quote Selected Last Edit: May 12, 2020, 09:38:25 PM by ddiaz2380
Re: Authentication fail URL not found Reply #2 – May 12, 2020, 10:04:06 PM Quote from: ddiaz2380 – May 12, 2020, 09:32:49 PMSorry to bother so much, but I need to run the production server.Now I have this error. Some help?https://ibb.co/5hJ0954I think the problem is the connection to the database.They are containers docker, I am developing with php 7.2 and PHP Version 7.3.17 is running on the server. It is superior so you should have no problems. I hope some help, thanks!it is not very clear how to publish. I tried several route combinations but without success. Any guide or clue on how to do it?https://ibb.co/C70S0R5 Quote Selected
Re: Authentication fail URL not found Reply #3 – May 12, 2020, 10:30:04 PM Quote from: ddiaz2380 – May 12, 2020, 10:04:06 PMQuote from: ddiaz2380 – May 12, 2020, 09:32:49 PMSorry to bother so much, but I need to run the production server.Now I have this error. Some help?https://ibb.co/5hJ0954I think the problem is the connection to the database.They are containers docker, I am developing with php 7.2 and PHP Version 7.3.17 is running on the server. It is superior so you should have no problems. I hope some help, thanks!it is not very clear how to publish. I tried several route combinations but without success. Any guide or clue on how to do it?https://ibb.co/C70S0R5The most I can achieve is that it works without authentication. In fact it works perfect without it, but when I add authentication it gives error.https://ibb.co/hfrr3dJ Quote Selected
Re: Authentication fail URL not found Reply #4 – May 13, 2020, 09:59:50 AM @ddiaz2380 the issue is not with phprad but with how your server is configured, please make sure your apache server has mod_rewrite configure. Quote Selected
Re: Authentication fail URL not found Reply #5 – May 13, 2020, 03:12:58 PM Quote from: willvin – May 13, 2020, 09:59:50 AM@ddiaz2380 the issue is not with phprad but with how your server is configured, please make sure your apache server has mod_rewrite configure.Obviously the problem is on my server. I do not have much experience in apache sorry ... there must be some problem of permissions since I understand that Apache is sensitive to it. Any clue on how to fix it?Thank you!!!!https://ibb.co/fCRN2nq Quote Selected
Re: Authentication fail URL not found Reply #6 – May 13, 2020, 05:09:13 PM @ddiaz2380 follow this blog and see if it helps you. Quote Selected
Re: Authentication fail URL not found Reply #7 – May 13, 2020, 09:55:51 PM Quote from: willvin – May 13, 2020, 05:09:13 PM@ddiaz2380 follow this blog and see if it helps you.Hi @willvin Thanks for your help and time.It is very strange, the app works perfect if I remove the authentication for users. But when adding the authentication, it opens the login page and when entering the username and password, that's where it hangs.Any help about it?With the authentication module:https://ibb.co/Ycw8FB8 https://ibb.co/rMxQyynWithout the authentication module:https://ibb.co/VS41X0Z Quote Selected Last Edit: May 13, 2020, 10:03:55 PM by ddiaz2380