Websocket error

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
crash
User
Posts: 148

Websocket error

Post by crash »

When I set ASPM23 to field setup allow add I get websocket error.

The field opens the add options dialogue... but does not save, when I inspect and look for errors it says websocket error

All permissions ser set to allow... this seems to be an error on .net 6 sdk

Any suggestions


MichaelG
User
Posts: 1095

Post by MichaelG »

Turn on Debug and post the complete error.


crash
User
Posts: 148

Post by crash »

It does not show debug, screen is covered by the 401 error. Closest I can get to finding the error is inspect


MichaelG
User
Posts: 1095

Post by MichaelG »

  1. 401 is Unauthorized error. Are you sure you have set up Advanced Security (espeically -User Level Security, if enabled) properly?
  2. You need to post sufficient info for discussion. Post the complete error message you see.
  3. Check HTTP response in your browser, see Analyze requests.

Post Reply