Skip to content

[3.4.0] AWS Amplify suport #3310

Open
@myendorphin

Description

@myendorphin

Is your feature request related to a problem? Please describe

Latest version (3) does not work with AWS Amplify due to error during queryCollection or queryCollectionNavigation

GET https://website.com/__nuxt_content/docs/sql_dump?v=v3.3.0--Vm5xf_dmAla6ZupXwLeXp_VjNOGX5uLIWOa4QWW6Xrg 502 (Bad Gateway)

server logs:
[request error] [unhandled] [GET] https://dev.novalink.gg/__nuxt_content/docs/sql_dump?v=v3.3.0--Vm5xf_dmAla6ZupXwLeXp_VjNOGX5uLIWOa4QWW6Xrg
[H3Error: ENOENT: no such file or directory, open '/static/__nuxt_content/docs/sql_dump/index.html'] {
cause: [Error: ENOENT: no such file or directory, open '/static/__nuxt_content/docs/sql_dump/index.html'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/static/__nuxt_content/docs/sql_dump/index.html'
},
statusCode: 500,
fatal: false,
unhandled: true,
statusMessage: undefined,
data: undefined
}

Another error, might be related:
H3Error: /lib64/libm.so.6: versionGLIBC_2.29' not found (required by /var/task/node_modules/better-sqlite3/build/Release/better_sqlite3.node)
`

Describe the solution you'd like

Serverless support for AWS Amplify same as for :
NuxtHub
Cloudflare Pages
Vercel

Describe alternatives you've considered

Not able to disable prerender, also ISR/SWR did not help

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions