Skip to content
Discussion options

You must be logged in to vote

Because Remix itself is not the server, this shouldn't be handled by Remix but by your server of choice, if you use Remix App Server you will have to switch to Express (Remix App Server uses Express internally) and then configure your proxy there.

If you use another option like Vercel, Netlify, etc. you will have to check on their respective configuration files if there's a way to setup a proxy.

Another option is to run NGINX or something similar and configure it as a reverse proxy for both the Remix and your API.

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by machour
Comment options

You must be logged in to vote
2 replies
@shainegordon
Comment options

@ehyland
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants