You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: module not found: 'file:///src/examples/api/*%253F.route.ts'
I'm deploying a module named examples/api/*%3F.route.ts that should be imported from the entrypoint. The build step generates the entrypoint with the content being like this:
Deno itself successfully run this entrypoint on my machine. If I remove examples/api/*%3F.route.ts and examples/api/*?.route.ts from the codebase and retry deployment, it completes successfully. Seems like deployctl doesn't handle special characters in module file paths correctly.
The text was updated successfully, but these errors were encountered:
See the logs of this job:
I'm deploying a module named
examples/api/*%3F.route.ts
that should be imported from the entrypoint. The build step generates the entrypoint with the content being like this:Deno itself successfully run this entrypoint on my machine. If I remove
examples/api/*%3F.route.ts
andexamples/api/*?.route.ts
from the codebase and retry deployment, it completes successfully. Seems likedeployctl
doesn't handle special characters in module file paths correctly.The text was updated successfully, but these errors were encountered: