query data is lost only in production mode
See original GitHub issuehi, first thanks for your work 😃
i have a angular application integrated with your package, it has the following configuration in root module:
SocketIoModule.forRoot({ url: environment.socket.url, options: { query: { userId: (<any>window).MaxDuel.instance.userId } } })
it works like charm only in development mode 😄
as soon as i ng build my app --prod
the user id becomes null
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Development Mode and Production Mode | Looker
Project files are read-only in this mode. Use Production Mode when you are exploring data in Looker for your own analyses or to...
Read more >SQL query performance tuning tips for non-production ...
In this blog post you are going to see some tips for SQL query performance tuning in non-production environments and its configuration.
Read more >Troubleshoot a query that shows different performance ...
Provides troubleshooting steps for an issue where a query shows significantly different performance on two servers.
Read more >How to Recover Data (Without a Backup!) - Oracle Blogs
Do this in production and key parts of the business may come to a stop! ... Oracle only ensures you can query as...
Read more >Best practices for Cloud Firestore - Firebase
If the lookup and the query do not have a data dependency, ... Using an offset only avoids returning the skipped documents to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Found only one working solution for me:
If this issue is still relevant please open up a new one since it is 2 years old