Jump to content
  • 0

Login Redirect


pickelsc

Question

I have created a login html page to let users login to see their data. But when I login it shows a 404 error at first, when you reload the page or click a link and come back it redirects you as intended. I have setup a redirect script to redirect users once they have logged in to the homepage. I am using wix as my hosted web service so my code is as follows:

<script>
{
top.location.href = "https://pickels2593.wixsite.com/housebuying/dashboard";
}
</script>

Screenshot and video(https://www.screencast.com/t/z9eLTrTE18dX) below:

404 error.PNG

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...