Custom Backend URL is not getting set for Client
REACT_APP_API_URL issue
I'm unable to set a custom backend domain for my webpage.
It's a Wasp issue that appears to ignore the
When I deploy, I use this command:
So even if I check api url, it's https://spellfast-server.fly.dev while I need https://api.spellfast.ai
Interestingly, during deployment, I inspected the logs. For some reason, the client is using the fly.io 'https://spellfast-server.fly.dev' domain instead of my custom one, during
Frustration is setting in as I try to configure my backend to work with my custom domain, but I can't pinpoint my mistake.
I'm unable to set a custom backend domain for my webpage.
It's a Wasp issue that appears to ignore the
REACT_APP_API_URL=https://api.spellfast.ai client-side variable. I've already added CERTs and DNS records for the custom BE URL.When I deploy, I use this command:
So even if I check api url, it's https://spellfast-server.fly.dev while I need https://api.spellfast.ai
Interestingly, during deployment, I inspected the logs. For some reason, the client is using the fly.io 'https://spellfast-server.fly.dev' domain instead of my custom one, during
npm run buildFrustration is setting in as I try to configure my backend to work with my custom domain, but I can't pinpoint my mistake.