Email Confirmation Link not working

System Information
  • Strapi Version: 4.9.1
  • Operating System: Windows
  • Database: sqlite
  • Node Version: 18.9.1
  • NPM Version: 8.19.2

I have encountered an issue when attempting to click on the confirmation link in my Account Confirmation email.
It returns a forbidden error: {“data”:null,“error”:{“status”:403,“name”:“ForbiddenError”,“message”:“Forbidden”,“details”:{}}}.

I have already done:

  1. Enabled Email Confirmation in the Advanced Settings.
  2. Checked the “sendMailConfirmation” option in the Authenticated Roles.

Here are some images depicting the process:





Hi @letanthanh049
Have you enabled the permissions for the public role?

I didn’t think about it cuz I thought it wasn’t related to the account I created with the Authenticated role. Anyway I fixed it, thanks a lot for your suggestion :blush: