You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the server Boots up without relay this resource to client, but on "commandline/script" start command, the resource get emitted a Start request to client.
what result in for example CDN configuration in a name.resource download of a html 404 content that crashs the client
Reproduction steps
create a server only resource
main = 'dist/server.js'
type = 'js'
and write "start name" inside the server console
Expected behaviour
like in old days
not emit a start event for the resource to the client on script/console resource start request
add a check for client before loading resource files, if that resource file contains a valid resource or a html 404
Additional context
No response
Operating system
windows/linux
Version
latest+5
Crashdump ID
No response
Confirmation of issue's presence
By submitting this ticket, I affirm that I have verified the presence of this issue on the latest RC (Release Candidate) version available at the time of writing this ticket.
The text was updated successfully, but these errors were encountered:
Description of the problem
if you start a serverside only resource js/c#/....
resource.toml like
without the client definition
the server Boots up without relay this resource to client, but on "commandline/script" start command, the resource get emitted a Start request to client.
what result in for example CDN configuration in a name.resource download of a html 404 content that crashs the client
Reproduction steps
create a server only resource
and write "start name" inside the server console
Expected behaviour
like in old days
not emit a start event for the resource to the client on script/console resource start request
add a check for client before loading resource files, if that resource file contains a valid resource or a html 404
Additional context
No response
Operating system
windows/linux
Version
latest+5
Crashdump ID
No response
Confirmation of issue's presence
The text was updated successfully, but these errors were encountered: