- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 03:39 PM
Hi all,
I have an issue with my portal redirection for users that only have snc_internal only. After the user logs in ( user with only snc_internal) it redirects to the portal but it’s redirecting the user to this other page.
Which is a record on the sys_attachment table.
Steps were already taken:
- Created the 2 properties
- glide.entry.page.script | Value new SPEntryPage().getLoginURL()
- glide.entry.first.page.script | Value new SPEntryPage().getFirstPageURL()
- Our login page is set to landing
- URL suffix = sp
The redirection only is working in our DEV instance, but not in Stage or Test.
This is the page that snc_internal user is getting
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 10:21 AM
Hi @Narsing1,
Thanks for your reply, I found the issue and it was that we are using a custom CSS style sheet in the platform and we didn't have it on the rest of the environments, so when the user logs in it tried to download the custom font, and because they don't have access to that table it got stuck in there.
After moving the CSS style sheet to the rest of the environments everything is good.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 11:00 PM
Hi,
I don't see the portal suffix in your url. but have you tried providing the view name as well like this.
URL example: <instnace_name>.service-now.com/sp?id=form&table=sys_attachment&sys_id=<record_sys_id>&view=<name_of_view>
Thanks,
Narsing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 10:21 AM
Hi @Narsing1,
Thanks for your reply, I found the issue and it was that we are using a custom CSS style sheet in the platform and we didn't have it on the rest of the environments, so when the user logs in it tried to download the custom font, and because they don't have access to that table it got stuck in there.
After moving the CSS style sheet to the rest of the environments everything is good.