Fetch API Cannot Load

I'm getting this error for every fetch attempt to external HTTP endpoints on a new deployment of an existing pages project. "Fetch API cannot load: 'https://api.logflare.app/api/logs....." I've pushed another commit just to force another build but have the same problem. My build logs don't show any issues. Today's Node version (v17.9.1) is the same as the last successful build six days ago. Any ideas on this? Is this my issue or a CF issue?
1 Reply
JustinNoel
JustinNoel•16mo ago
Oooh. I missed that! Thanks Skye 💥!!! It IS my problem. I blew out my Environment Variables and used the new Add multiple variables quickly by pasting them from a .env file feature to add them in. My local .dev.vars file has these extra quotes that stayed there. I cleaned up all the environment variables and all is resolved. Thanks for the eagle eye, Skye!