Error: Could not create a fallback page — failed with status 302
Getting this error when deploying to cloudflare pages in github actions
Using @sveltejs/adapter-cloudflare Error: Could not create a fallback page — failed with status 302 Node.js v18.14.2 error during build: Error: Failed with code 1
1 Reply
its happening when running
npn run build
resolved it by doing this:
else {
return await resolve(event)
}