-
Notifications
You must be signed in to change notification settings - Fork 486
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
Error: Failed to load function definition from source: Failed to generate manifest from function source: SyntaxError: Cannot use import statement outside a module #1462
Comments
Hi @frank-bee can you share your table schema, i can take look |
oh nice! |
the column I changed was "Stories". but I think I reverted the changes and still get the error. thanks for helping me @shamsmosowi |
@shamsmosowi
|
I moved the import statement ( not the one in the error message but the one were I import the surrounding package) inside a function, no it works |
I tested it again: issue is still there, now during runtime, not deplyoment. |
@shamsmosowi this issue and #1471 both had todo with this azure package 'microsoft-cognitiveservices-speech-sdk'. What I do to temp. fix this, I fixed the sample code for reproducing this issue
|
Describe the bug
When deploying a function (derivative) , I get this error during deploy:
(Did not change a lot , no import statements, in my code)
Rowy Run version
latest (I work with the browser)
The text was updated successfully, but these errors were encountered: