Error: Forbidden Your client does not have permission to get URL /about from this server. #15516
Unanswered
sergiuchuckmisha
asked this question in
Help
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run with-firebase-hosting demo
When I call function url
https://us-central1-project-id.cloudfunctions.net/nextjsFunc
it works
but when I click on About
button it throws
"Error: Forbidden
Your client does not have permission to get URL /about from this server."
error
looks like smth is wrong with code,
because link in button should point not to
https://us-central1-project-id.cloudfunctions.net/about
but to
https://us-central1-project-id.cloudfunctions.net/nextjsFunc/about
Beta Was this translation helpful? Give feedback.
All reactions