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

Invalid regular expression when linking IO app #345

Open
marcelomd opened this issue Feb 26, 2020 · 0 comments
Open

Invalid regular expression when linking IO app #345

marcelomd opened this issue Feb 26, 2020 · 0 comments

Comments

@marcelomd
Copy link

Today, 2020-02-26 we wanted to update our app and were unable to link it.

Expected Behavior

App should link without errors.

Current Behavior

App errors with the following message:

helles:io> vtex link --verbose
16:13:44.687 - debug: Toolbelt version: 2.89.0  
16:13:44.693 - debug: node v13.8.0 - linux 5.3.0-40-generic  
16:13:44.694 - debug:  [ 'link', '--verbose' ]  
...
16:14:37.573 - debug: Starting app code [email protected]  
16:14:38.387 - error: SyntaxError: Invalid regular expression: /\(\(\((?<context>(.)*)\)\)\)/: Invalid group
    at Object.<anonymous> (/usr/local/data/service/node_modules/@vtex/api/lib/service/worker/runtime/graphql/schema/schemaDirectives/TranslatableV2.js:6:23)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at Object.<anonymous> (/usr/local/data/service/node_modules/@vtex/api/lib/service/worker/runtime/graphql/schema/schemaDirectives/index.js:9:26)
    at Module._compile (module.js:652:30) [email protected]  
16:14:38.388 - error: App failed to start. Will not attempt to restart. [email protected] 

Steps to Reproduce (for bugs)

Just link the application.

Your Environment

Toolbelt version: 2.89.0
node v13.8.0 - linux 5.3.0-40-generic
Ubuntu linux 18.04

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant