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
Created a new Realms application, initialized an example function named test/create using the example code located here, then pulled the remote using realm-cli. cding into the application directory and then immediately running realm-cli push --remote="remote-id" gives the error push failed: resource name can only contain ASCII letters, numbers, and underscores. Re-configuring both the functions config JSON and function source to not be nested (moved to create.js from test/create.js within the functions directory) succeeds - it seems like realm-cli isn't configured to handle nested functions when pushing.
The text was updated successfully, but these errors were encountered:
encountering same issue. Would add that when creating a function named "utils/" in the UI, then pulling, will show the function to be nested in a utils folder, as expected. Can't push back up what I pulled down however, bc of this error
Created a new Realms application, initialized an example function named
test/create
using the example code located here, then pulled the remote using realm-cli.cd
ing into the application directory and then immediately runningrealm-cli push --remote="remote-id"
gives the errorpush failed: resource name can only contain ASCII letters, numbers, and underscores
. Re-configuring both the functions config JSON and function source to not be nested (moved tocreate.js
fromtest/create.js
within thefunctions
directory) succeeds - it seems like realm-cli isn't configured to handle nested functions when pushing.The text was updated successfully, but these errors were encountered: