Hello everyone,
I have issue when trying to login using email and password in database named “Profile”. What I want is after login, it will direct to dynamic page where user can edit their own profile. I follow this tutorial
but it shows error 404 when login.
Much appreciate if someone can help me. I attached my coding and dynamic page url
Hi Ajit,
I changed {Email} to {email} but still not work. The button like no function and not going to dynamic page. Do i need to make new database which is only for email and password? Like different database from dynamic database? Because now, email and password that I use to login is in the dynamic database named “Profile”.
I think you are trying to redirect a user to a dynamic page - the database “Profile”…
So dynamic pages are instituted from the respective fields in the databse…
For instance →
There are two fields in your databse…
Field 1 - email
Field 2 - password
So you set the dynamic page’s link structure something like
/member/update/${ email }
So every email in the database have a respective dynamic page…
So, only if the email exist in the database the link will be there…
@ajithkrr Yeah you’re right. I want to redirect to dynamic page with respective email so that they can review and edit the page. This is my code for register,login and database.
Mate !!!
The APIs in wix-users ( register() and login() ) are only partially functional when previewing your site. View a published version of your site to see their complete functionality. https://www.wix.com/corvid/reference/wix-users/introduction
Now in your register page you should add the insert function
Hi mate, Thank you so much for the reply just now. I try to register and create profile everything is fine. But, when I login, it come out error like this. And at published site, nothing happened. Do you have any idea?