How to Set Up a 401 Page

Setting up a 401 page for your Softr app.

Your users see a HTTP 401 Unauthorized client error status response code, when they don't have the required credentials for access the page (e.g. you've set the visibility to logged-in users only and the given user is not logged in).

401 response
401 response

If you want your users to see something else instead of the message shown above, you can create a custom 401 page with your desired content. To do that, you just need to create a new page and set its URL to /401 (the name can be anything) as shown below.

New 401 page
New 401 page

That's it. After adding some content to the page and publishing it, your users will not be taken to that page instead of receiving the 401 message.

Did this answer your question?
๐Ÿ˜ž
๐Ÿ˜
๐Ÿคฉ

Last updated on December 6, 2022