Node JS - setting up security provider

I’m trying to follow this post to set up a secure page.

  • I’ve added my secure provider to my API.
  • I’ve added my server connect action to my template.

I can see the login page rendered in the response, but the screen doesn’t update.
Is there something else that I need to do to render the login page or redirect?

What server type are you using? PHP, Nodejs, or something else?

I can see the file is an html file, but I am not sure about what type of server.

Edit: Nevermind, I see you tagged nodejs in the post title.

This may be related to a bug that has been previously reported and should have a fix in the next update.

However, in case it is not, please take a screenshot of your server connect action, showing what you have put in for the Security Restrict.

Here’s my Security Restrict:

While there is a known issue involving using the Routes picker in the Security Restrict,

I am confused by the routes you selected. Did you manually type them in or did you use the route picker icon? The reason I ask is the /…/ stands out to me as a problem.

Actually I just looked at Jon’s post. I think it’s the same issue - seeing the same error in the local web server console.

I used the route picker. I try not to hand type anything if I can avoid it.

Ok, try the solution in that topic thread and see if that corrects the issue.

I’m the same way, Wappler has spoiled me to where I don’t like doing anything in code anymore. :slight_smile: