Firebase Functions + express server infinite loop #10644
Unanswered
dudhatdhavalm
asked this question in
Help
Replies: 0 comments
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.
-
when I run express in local it is working fine but when I use firebase function it does not load the page it went into an infinite loading.
next js config
package.json script only
when I run firebase in local and i fire the URL "http://localhost:5000/" ---> Hello
then the output will be "hello", but when I fire the URL "http://localhost:5000/berlin/clinic" then the page does not respond it went into the infinite loop I don't know what to do
if anyone can help me solve this.
if you need more information just let me know
Beta Was this translation helpful? Give feedback.
All reactions