mrochon / b2csamples

MIT License
132 stars 41 forks source link

best way to debug 404 when opening invite URL #12

Closed DaehyunLee closed 3 years ago

DaehyunLee commented 3 years ago

image

I'm getting this when I follow the link to the invite. What would be the easiest way to find out what went wrong?

The URL looks like this image

Thank you very much for the sample.

mrochon commented 3 years ago

The InvitationService creates the url. Yours seems weird - you obscured the details but it seems much shorter than what the service creates before the .com suffix. It uses settings provided in the app config. Check the settings of the app service whether it has the correct tenant domain name.

DaehyunLee commented 3 years ago

Thank you @mrochon for the info. After looking into the parameters, found out that the Uploaded policy names were set up differently.