Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested answer

Event portal url changes (Redirect to Event portal "home" page instead of event specific page

(0) ShareShare
ReportReport
Posted on by 641

Hi,

I created events and referenced them within an email, when clicking on the button / or on the url icon next to the event url on the event record I get successfully redirected to the event portal. Yet suddenly the URL changes from 

pastedimage1669383958836v3.png 

to

pastedimage1669383924492v2.png

So basically /event automatically changes to /home and I get all events displayed instead of the specific one to register

  • Suggested answer
    ArvinMaryami Profile Picture
    ArvinMaryami 2 on at
    Event portal url changes (Redirect to Event portal "home" page instead of event specific page
    Had the same issue. Fixed it by adding the following code to the ngOnInit() method of event.component.ts. 
    this.route.queryParams.subscribe(params => {
        const id = params['id'];
        if (id) {
            // Redirect to the new URL
            this.router.navigate(['/event/sessions'], { queryParams: { id: id } });
        }
    });


    Example:
  • Suggested answer
    Chiara Menesatti Profile Picture
    Chiara Menesatti Moderator on at
    RE: Event portal url changes (Redirect to Event portal "home" page instead of event specific page

    Latfio,  if you are still experiencing this issue please file a support ticket so we can assist further. admin.powerplatform.microsoft.com/

  • Daniel Norris Profile Picture
    Daniel Norris 20 on at
    RE: Event portal url changes (Redirect to Event portal "home" page instead of event specific page

    Have you checked the Portal website bindings and also your settings under Marketing > Marketing Websites?

  • mneumayer Profile Picture
    mneumayer 641 on at
    RE: Event portal url changes (Redirect to Event portal "home" page instead of event specific page

    any suggestions? still experiencing this issue

  • mneumayer Profile Picture
    mneumayer 641 on at
    RE: Event portal url changes (Redirect to Event portal "home" page instead of event specific page

    push

  • mneumayer Profile Picture
    mneumayer 641 on at
    RE: Event portal url changes (Redirect to Event portal "home" page instead of event specific page

    push

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans