-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed netlify api config #4247
Fixed netlify api config #4247
Conversation
Looks like the "s" was dropped during the setup deploy code refactor a week ago (#4065). I scanned config for the other deploy targets, which looked ok. I'll do a more thorough check with I go through deployment QA for the next release. I'm adding a |
HUGE help with this critical fix @memarino92 Small details = important 🚀 |
@@ -24,7 +24,7 @@ const notes = [ | |||
|
|||
export const handler = async ({ force }) => { | |||
const tasks = new Listr([ | |||
updateApiURLTask('./netlify/function'), | |||
updateApiURLTask('/.netlify/functions'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: verified the directory is .netlify
as well ✅
…s-setup * 'main' of github.com:redwoodjs/redwood: (87 commits) Update scripts tsconfig (#4258) Update dependency @types/aws-lambda to v8.10.92 (#4260) Update dependency @apollo/client to v3.5.8 (#4262) Update dependency msw to v0.36.7 (#4252) Update typescript-eslint monorepo to v5.10.1 (#4256) Update dependency webpack-cli to v4.9.2 (#4254) Update dependency @supabase/supabase-js to v1.29.4 (#4253) Update dependency supertokens-auth-react to v0.18.4 (#4255) Update dependency ts-morph to v13.0.3 (#4251) Update dependency supertokens-auth-react to v0.18.3 (#4248) Update dependency esbuild to v0.14.13 (#4249) Fixed netlify api config (#4247) Add storybook ci option to test that Storybook starts "ok" (#3515) Update dependency react-hook-form to v7.25.0 (#4245) Update dependency firebase-admin to v10.0.2 (#4244) Fix type definitions for pages that take props (#4219) update yarn.lock v0.42.1 update yarn.lock Pin dependency @types/yargs to v16.0.4 (#4243) ...
Closes #4246