You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
need to specify a trailing slash / for number (eg. https://dfstalk.vessels.tech/number/)
the firebase hosting rerouting doesn't strip fields, meaning that /api/v1/number/ gets passed to the express router, which can't find the route. Perhaps this is something middleware can fix for us.
related to this is now we need to specify /number/number/languages when using the us-central1-dfs-talk.cloudfunctions.net/ host, but /number/languages when using the dfstalk.vessels.tech host
The text was updated successfully, but these errors were encountered:
There are a number of issues with routing:
/
for number (eg.https://dfstalk.vessels.tech/number/
)/api/v1/number/
gets passed to the express router, which can't find the route. Perhaps this is something middleware can fix for us./number/number/languages
when using theus-central1-dfs-talk.cloudfunctions.net/
host, but/number/languages
when using thedfstalk.vessels.tech
hostThe text was updated successfully, but these errors were encountered: