-
Notifications
You must be signed in to change notification settings - Fork 10
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
edgio #61
Comments
After investigating this preset, I found out it no longer works. v6 npx edgio deploy --team=UnJs --site=nitro-deployment --token=$EDGIO_DEPLOY_TOKEN
WARNING: edgio platform serverless runtime supports only Node.js v16. Your current version is v20.2.0.
If your backend code (SSR, Api endpoints, etc.) uses Node.js v20.2.0 features it may not work as expected once deployed on the edgio platform.
🔑 Incorrect apiKey.
Deploy token is invalid or disabled! v7
The v7 upgrade is a breaking change and breaks our current Nitro preset (the fallback() method is no longer available). I assume this provider is unpopular so no-one noticed... This preset will need to be refactored with v7 in mind : https://docs.edg.io/guides/v7/sites_frameworks/getting_started/nuxt3 This should work for Nitro standalone, however it won't probably won't for Nuxt as there is a separated connector. I don't have a way to test v6 apps and the old preset, but we need to either update it to v7 or create a new one and warn that the old one doesn't work for new apps anymore. For the preset implementation, if we follow their instructions we can just run |
No description provided.
The text was updated successfully, but these errors were encountered: