-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fix 6206: Cloudflare function path resolving one step above #6208
Fix 6206: Cloudflare function path resolving one step above #6208
Conversation
🦋 Changeset detectedLatest commit: 3cb5935 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
3d9cc0d
to
b9681c6
Compare
@AirBorne04 can you review? @mfrachet Please add a changeset with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something weird is ongoing here at least on windows it does not work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only now had the change to take a good look at the issue, it seems we were only missing a trailing /
behind the functions
path, fixing this should be sufficient.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for the change!
Fixes #6206
Changes
Make sure the
[[path]].js
file is generated inside thefunctions
folder in cloudflare.Testing
Assertion on a test has been added
Docs
I don't think it has an impact