-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Server rendering is broken #361
Comments
I agree this needs to be fixed. I am not sure why the |
I am struggling with this too, but in our scenario we don't have a username and password available - we just have a jwt token. Is there any way to pass the token into formio-service? |
Yes, just pass the key with the configuration.
|
Just added some docs to help with that. |
The what-wg polyfill you use is not isomorphic , so when i try to render my app on node server it fails with the following mistake: 'ReferenceError: Headers is not defined' on this line.
Thanks! :)
The text was updated successfully, but these errors were encountered: