Manish Jangir
Manish Jangir
Hmm, that's not possible right now in the wizard. Well for a workaround, as of now you can change the key of the wizard provider. I will try to work...
@dafreaki What exactly your use case is?
@gablabelle Hope you have found a solution for that. Is it fixed?
I got it fixed. Add `format: 'var'` also in the remote configuration.
> @mjangir could you share your `webpack.config` file please? Our remote app is a CRA application with CRACO module federation config which produces a webpack library output.
This is pretty straightforward. Your remoteEntry.js from Vite is having import statements which are not allowed in browser unless the script tag has **type="module"** attribute. Just set the **type** module...
@norman-ags Did you find a solution to this as I'm also having the same issue. One thing I noticed is, it is working fine in localhost but not in 127.0.0.1.
@rrawann Are you using @nestjs-hybrid-auth/twitter and then getting this issue?
@Electr1Xx Did you get it working?
> Hello. > > I have a problem with the module when I use it with nodejs. > > Welcome to Node.js v18.12.1. Type ".help" for more information. > >...