Suitecrm 8.4.2 installation not working

Hi, as per the subject I need to install suitecrm 8.4.2 in localhost. The problem is that it stops at installation, where it asks me for information for the configuration:
db name, host name, user db, pwd db etc.
A white error appears, that is a message without any content, so I don’t even know what’s wrong.
The only information I have comes from the browser’s development tool:

ERROR Error: Internal server error
Angular 4
P http://localhost/suite842local/public/dist/polyfills-es2015.31db73438fb7694c3180.js:1
Angular 2

the system on which I’m trying to install the suite is windows with PHP 8.2.4 and APache 2.4.56.
I’ve been banging my head against this for a while without finding a solution, can someone help me? Thanks

Try to use password without special characters in it.

Check out this video:

yes, I had already followed the instructions, the only thing I did not set is the db password because it is not there.
Trying to set one, the error message “incorrect password” appears

If you’re using XAMPP then use below method to create suitecrm DB and set password without any special characters.

I set a password in phpmyadmin, but the problem continues, now the message says:

“Data connection error. The provided database, hostname, port, username, and/or password is invalid”

ok, solved, suitecrm requires a password for the db, but it should not be set to 127.0.0.1 as in the example, but to localhost. Thanks