Replies: 2 comments
-
Also, FWIW, the error on the page provides a broken link for documentation to resolve it:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Alright, I think I see what is happening. The URL that is being constructed assumes that the API is being served on the same host as the website. So, if I'm running locally on This does not match my current setup. I have the API setup with a separate host. Let's say, Is there a way to configure the base URL for the media API? |
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
-
So, I've managed to setup a media API with Lambda and API Gateway and I can access it directly. I've tried to follow the directions in the docs so I've updated my config with:
After building the site locally and spinning it up, I get
The S3 API route is missing or misconfigured.
which makes sense because I've not configured how to access the API that I've setup.How do I configure the client to use my new media API? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions