Skip to content
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

🐛 BUG: Netlify edge adapter doesnt create _redirects #3325

Closed
1 task
thepassle opened this issue May 10, 2022 · 0 comments · Fixed by #3342
Closed
1 task

🐛 BUG: Netlify edge adapter doesnt create _redirects #3325

thepassle opened this issue May 10, 2022 · 0 comments · Fixed by #3342
Labels
- P4: important Violate documented behavior or significantly impacts performance (priority)

Comments

@thepassle
Copy link
Contributor

What version of astro are you using?

1.0.0-beta.24

Are you using an SSR adapter? If so, which one?

netlify

What package manager are you using?

npm

What operating system are you using?

mac

Describe the Bug

I found that you still need a _redirects file when using the netlify edge adapter. The 'regular' netlify adapter creates on for you — the edge adapter doesnt. Took me a while to figure out why my deployment wasnt working, it worked when I added the _redirects file:
/ /.netlify/edge-functions/entry 200

Link to Minimal Reproducible Example

astro.new

Participation

  • I am willing to submit a pull request for this issue.
@matthewp matthewp self-assigned this May 10, 2022
@matthewp matthewp added - P4: important Violate documented behavior or significantly impacts performance (priority) s1-small and removed bb:investigate labels May 10, 2022
@matthewp matthewp removed their assignment May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- P4: important Violate documented behavior or significantly impacts performance (priority)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants