-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add Support & Testing for Cloudflare Workers SSR #71
Comments
Hi @yassinedoghri , would this be possible for edge deploying? e.g Netlify/Vercel edge |
Hey @francoromanol, I'm hoping to figure it out at some point, I have set up an example with Netlify but it doesn't seem to be working. Also, there's an issue on that matter (#26) I'm currently focused on getting features out during my spare time. If anyone has an idea on how to fix that, I'm all ears. |
Hey @yassinedoghri thanks for answering! I will try to check it out too. I also noticed I can't deploy to vercel/serverless since
Do you know what could be happening? |
Sorry, no clue with that error message. So, you were able to deploy prior to v1.0.0-beta.13... 🤔 That means it's probably got something to do with the recent changes. As a start, I'll setup examples for Vercel and Cloudflare (which will probably not work but it'll help debugging I guess). |
Yes, just tested it again. Okay, I will check everything again and ask in Vercel about this error. |
Hi Yassine, I created a discussion at Vercel, I'm not really sure if |
Hey @yassinedoghri, I forked the repo to contribute to this problem, but I never developed an Astro plugin — though reading the codebase is clear how it works —, how can I test the packages once I changed the code? I see there is a
What am I doing wrong? Thanks |
Hey @francoromanol, No need to import the dist directory, I think the import looks for the // examples/vercel/astro.config.mjs
import astroI18next from "../.."; Haven't tried it though. I usually define the local |
Hi @yassinedoghri, Thanks, I finally made it. I will take a look and let you know if I find something :) |
Hi again, I track this the vercel error to commit ea939db76114ed0ffb5efec452d6fcfaefe8962c: feat: add option to show the default locale in the url (#51) I will try my best to find the change that created this issue. Cheers! |
Okay, I found the line:
I assume this is the I tested injecting the three scripts alone:
Any thoughts on this? Maybe it's the way of importing it? |
No description provided.
The text was updated successfully, but these errors were encountered: