403 Forbidden #1064
403 Forbidden
#1064
-
If you follow the link https://some-site.com/admin, it doesn't redirect to https://some-site.com/admin/dashboard, but gives error 403. The same situation occurs when clicking the "Cancel" button in the profile. |
Beta Was this translation helpful? Give feedback.
Answered by
YasMax91
Jul 3, 2024
Replies: 1 comment 2 replies
-
Hello @YasMax91 Can you check config in base.php
Did you try this in a fresh install? Because i try in my side and is working normal. Please share the version too.
Cheers. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the configs are correct - just as you specified. But I just found the problem and fixed it. Unfortunately I didn't have the line "error_page 403 /index.php" written on the server either. Because of this I was thrown to 403 nginx, not 403 page of the project.
Thank you for your help.
But I want to clarify on another issue if it is possible?
What is the correct flow for installing backpack on production environment?