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
When running Netlify edge functions locally or remotely, they run on the same domain/port as Docusaurus (on localhost it detects and wraps the Docusaurus dev server in a proxy). Thus I need to tell Docusaurus to ignore and not route a path, e.g. /api
How can I tell Docusaurus not to pass /api/ GET requests through to index.html/clientside routing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running Netlify edge functions locally or remotely, they run on the same domain/port as Docusaurus (on localhost it detects and wraps the Docusaurus dev server in a proxy). Thus I need to tell Docusaurus to ignore and not route a path, e.g.
/apiHow can I tell Docusaurus not to pass /api/ GET requests through to index.html/clientside routing?
Beta Was this translation helpful? Give feedback.
All reactions